From 649bd7b950a0c95503303b1f5920d44612ca05da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Arenaza?= Date: Wed, 26 Jun 2024 20:37:09 +0200 Subject: [PATCH] Bump Clojure version to 1.11.0 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. --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 2398b1e..3681b78 100644 --- a/project.clj +++ b/project.clj @@ -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]]