Skip to content

Commit

Permalink
Update clojure to 1.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
totakke committed Jun 23, 2024
1 parent 393948e commit fd98ccd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
digest/digest {:mvn/version "1.4.10"}
lambdaisland/uri {:mvn/version "1.19.155"}
org.apache.commons/commons-compress {:mvn/version "1.26.2"}
org.clojure/clojure {:mvn/version "1.11.1"}
org.clojure/clojure {:mvn/version "1.11.3"}
progrock/progrock {:mvn/version "0.1.2"}}}
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:url "https://github.com/totakke/cavia"
:license {:name "The MIT License"
:url "https://opensource.org/licenses/MIT"}
:dependencies [[org.clojure/clojure "1.11.1"]
:dependencies [[org.clojure/clojure "1.11.3"]
[clj-http "3.12.3"]
[com.cognitect.aws/api "0.8.692"]
[com.cognitect.aws/endpoints "1.1.12.626"]
Expand All @@ -18,7 +18,7 @@
:integration :integration}
:profiles {:1.9 {:dependencies [[org.clojure/clojure "1.9.0"]]}
:1.10 {:dependencies [[org.clojure/clojure "1.10.3"]]}
:1.11 {:dependencies [[org.clojure/clojure "1.11.1"]]}}
:1.11 {:dependencies [[org.clojure/clojure "1.11.3"]]}}
:deploy-repositories [["snapshots" {:url "https://clojars.org/repo/"
:username [:env/clojars_username]
:password [:env/clojars_password]}]]
Expand Down

0 comments on commit fd98ccd

Please sign in to comment.