Skip to content

Commit

Permalink
Update dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
piotr-yuxuan committed May 23, 2024
1 parent f768a9d commit 7bbc886
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"state" "mount" "integrant" "closeable"
"with-open" "clojure-maps" "system"]
:github/private? false}
:provided {:dependencies [[org.clojure/clojure "1.12.0-alpha11"]]}
:provided {:dependencies [[org.clojure/clojure "1.12.0-alpha12"]]}
:dev {:global-vars {*warn-on-reflection* true}}
:jar {:jvm-opts ["-Dclojure.compiler.disable-locals-clearing=false"
"-Dclojure.compiler.direct-linking=true"]}
:kaocha [:test {:dependencies [[lambdaisland/kaocha "1.90.1383"]]}]}
:kaocha [:test {:dependencies [[lambdaisland/kaocha "1.91.1392"]]}]}
:deploy-repositories [["clojars" {:sign-releases false
:url "https://clojars.org/repo"
:username :env/WALTER_CLOJARS_USERNAME
Expand Down

0 comments on commit 7bbc886

Please sign in to comment.