Skip to content

Commit

Permalink
update clojure version to 1.12.0 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
runeanielsen authored Nov 9, 2024
1 parent 2d523a1 commit 5f1f722
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{:paths ["src"]
:deps {org.clojure/clojure {:mvn/version "1.11.3"}
:deps {org.clojure/clojure {:mvn/version "1.12.0"}
org.clojure/data.json {:mvn/version "2.4.0"}
clj-http/clj-http {:mvn/version "3.12.3"}
slingshot/slingshot {:mvn/version "0.12.2"}}
Expand Down

0 comments on commit 5f1f722

Please sign in to comment.