Skip to content

Commit

Permalink
Bump Clojure version to 1.11.0
Browse files Browse the repository at this point in the history
The latest tooling from CIDER doesn't work with anything earlier than
1.10.3. So we may as well directly upgrade to 1.11.0.

This would only impact the library development itself, as it continues
to be fully compatible with Clojure 1.10.
  • Loading branch information
iarenaza committed Jun 26, 2024
1 parent fee5d58 commit 649bd7b
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 "Mozilla Public Licence 2.0"
:url "https://www.mozilla.org/en-US/MPL/2.0/"}
:min-lein-version "2.9.8"
:dependencies [[org.clojure/clojure "1.10.0"]
:dependencies [[org.clojure/clojure "1.11.0"]
[amazonica "0.3.167" :exclusions [com.amazonaws/aws-java-sdk
com.amazonaws/amazon-kinesis-client
com.amazonaws/dynamodb-streams-kinesis-adapter]]
Expand Down

0 comments on commit 649bd7b

Please sign in to comment.