Skip to content

Commit

Permalink
Bump clj-kondo
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Oct 13, 2021
1 parent 7d87e7f commit 01389d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:deps {clj-kondo/clj-kondo {:mvn/version "2021.06.01"}
{:deps {clj-kondo/clj-kondo {:mvn/version "2021.09.26-20211013.125030-9"}
rewrite-clj/rewrite-clj {:mvn/version "1.0.572-alpha"}
expound/expound {:mvn/version "0.8.6"}}
:aliases {:kaocha {:extra-paths ["test"]
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:license {:name "EPL-1.0"
:url "https://www.eclipse.org/legal/epl-1.0/"}
:dependencies [[org.clojure/clojure "1.9.0"]
[clj-kondo/clj-kondo "2021.09.25"]
[clj-kondo/clj-kondo "2021.09.26-20211013.125030-9"]
[rewrite-clj/rewrite-clj "1.0.572-alpha"]
[expound/expound "0.8.6"]]
:profiles {:test {:dependencies [[org.clojure/test.check "0.10.0"]]}}
Expand Down

0 comments on commit 01389d9

Please sign in to comment.