Skip to content

Commit

Permalink
fix: bump clojure version to 1.12.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Akeboshiwind committed Aug 13, 2024
1 parent 4c31558 commit ba8e69e
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,7 +1,7 @@
{:paths ["src/clj" "resources"]

:deps
{org.clojure/clojure {:mvn/version "1.11.1"}
{org.clojure/clojure {:mvn/version "1.12.0-rc1"}

;; XTDB dependencies
com.xtdb/xtdb-api {:mvn/version "2.0.0-SNAPSHOT"}
Expand Down

0 comments on commit ba8e69e

Please sign in to comment.