Skip to content

Commit

Permalink
chore: upgrade clojure to 1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sunng87 committed Mar 9, 2024
1 parent 4cf67a2 commit bc546db
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,6 +1,6 @@
{:deps {dev.failsafe/failsafe {:mvn/version "3.3.2"}
org.clojure/spec.alpha {:mvn/version "0.4.233"}
org.clojure/clojure {:mvn/version "1.11.1"}}
org.clojure/clojure {:mvn/version "1.11.2"}}
:paths ["src"]
:aliases {:test
{:extra-paths ["test"]
Expand Down

0 comments on commit bc546db

Please sign in to comment.