Skip to content

Commit

Permalink
bump deps (#491)
Browse files Browse the repository at this point in the history
Thanks to @borkdude for fix in babashka tools.namespace fork!
(Oh, and new version of clj-kondo!)
  • Loading branch information
lread authored Aug 4, 2022
1 parent c9666dd commit db9fa17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
:sha "8df0712896f596680da7a32ae44bb000b7e45e68"}}}
;; for babashka testing, allows us to use cognitect test-runner
:bb-test {:extra-deps {org.clojure/tools.namespace {:git/url "https://github.com/babashka/tools.namespace"
:git/sha "a13b037215e21a2e71aa34b27e1dd52c801a2a7b"}}}
:git/sha "16b8c53174a5c9d89d6e0ce4128aa30b071aabdf"}}}

;; test-doc-blocks - gen tests
:test-doc-blocks {:replace-deps {org.clojure/clojure {:mvn/version "1.11.1"}
Expand All @@ -39,7 +39,7 @@
"-d" "target/test-doc-blocks/test"]}

;; for consistent linting we use a specific version of clj-kondo through the jvm
:clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2022.06.22"}}
:clj-kondo {:extra-deps {clj-kondo/clj-kondo {:mvn/version "2022.08.03"}}
:main-opts ["-m" "clj-kondo.main"]}

:build {:deps {io.github.clojure/tools.build {:git/tag "v0.8.3" :git/sha "0d20256"}
Expand Down

0 comments on commit db9fa17

Please sign in to comment.