Skip to content

Commit

Permalink
2021.07.28
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Jul 28, 2021
1 parent 5a0a834 commit 8c23bc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
;; To change dependencies, update deps.edn and run script/update-project.clj.
;; To change other things, edit project.template.clj and run script/update-project.clj.

(defproject clj-kondo "2021.06.19-SNAPSHOT"
(defproject clj-kondo "2021.07.28"
:description "A linter for Clojure that sparks joy."
:url "https://github.com/clj-kondo/clj-kondo"
:scm {:name "git"
Expand All @@ -21,7 +21,7 @@
:test {:dependencies [[org.clojure/clojurescript "1.10.866"]
[clj-commons/conch "0.9.2"]
[org.clojure/tools.deps.alpha "0.11.905"]
[jonase/eastwood "0.5.2"]
[jonase/eastwood "0.9.4"]
[babashka/process "0.0.2"]
[borkdude/missing.test.assertions "0.0.2"]
[babashka/fs "0.0.3"]]
Expand Down
2 changes: 1 addition & 1 deletion resources/CLJ_KONDO_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021.06.19-SNAPSHOT
2021.07.28

0 comments on commit 8c23bc9

Please sign in to comment.