diff --git a/project.clj b/project.clj index 4bd5baa..9d1bcb5 100644 --- a/project.clj +++ b/project.clj @@ -3,7 +3,7 @@ :url "https://domaindrivenarchitecture.org" :license {:name "Apache License, Version 2.0" :url "https://www.apache.org/licenses/LICENSE-2.0.html"} - :dependencies [[org.clojure/clojure "1.10.3"] + :dependencies [[org.clojure/clojure "1.11.1" :scope "provided"] [org.clojure/tools.reader "1.3.6"] [org.domaindrivenarchitecture/c4k-common-clj "3.0.1"] [hickory "0.7.1"]]