Skip to content

Commit

Permalink
use clojure 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bostonaholic committed Feb 6, 2024
1 parent bccd845 commit 5d558c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:license {:name "The MIT License (MIT)"
:url "https://mit-license.org"}
:repositories [["local" ~(str (.toURI (java.io.File. "maven_repository")))]]
:dependencies [[org.clojure/clojure "1.10.3" :scope "provided"]
:dependencies [[org.clojure/clojure "1.11.1" :scope "provided"]
[org.clojure/core.incubator "0.1.4"]
[ring/ring-core "1.9.6" :scope "provided" :exclusions [commons-codec]]
[ring-mock "0.1.5" :scope "test"]
Expand Down

0 comments on commit 5d558c3

Please sign in to comment.