Skip to content

Commit

Permalink
update to Clojure 1.11.3 and tools.deps 0.19.1421
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Apr 24, 2024
1 parent dd41c2c commit 412af15
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
@@ -1,7 +1,7 @@
{:paths ["src/main/clojure" "src/main/resources"]
:deps {
org.clojure/clojure {:mvn/version "1.11.2"}
org.clojure/tools.deps {:mvn/version "0.19.1411"}
org.clojure/clojure {:mvn/version "1.11.3"}
org.clojure/tools.deps {:mvn/version "0.19.1421"}
}
:aliases {
;; clj -M:lint
Expand Down

0 comments on commit 412af15

Please sign in to comment.