diff --git a/project-cljs.clj b/project-cljs.clj index 1706a73..b7f34f6 100644 --- a/project-cljs.clj +++ b/project-cljs.clj @@ -3,10 +3,10 @@ :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" :scope "provided"] + :dependencies [[org.clojure/clojure "1.11.1" :scope "provided"] [aero "1.1.6"] [orchestra "2021.01.01-1"] - [expound "0.8.9"]] + [expound "0.9.0"]] :source-paths ["src/main/cljc" "src/main/cljs"] :resource-paths ["src/main/resources"] diff --git a/project.clj b/project.clj index 1b963a0..4d2b3a5 100644 --- a/project.clj +++ b/project.clj @@ -3,12 +3,12 @@ :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" :scope "provided"] - [org.clojure/tools.reader "1.3.4"] + :dependencies [[org.clojure/clojure "1.11.1" :scope "provided"] + [org.clojure/tools.reader "1.3.6"] [aero "1.1.6"] [orchestra "2021.01.01-1"] - [expound "0.8.9"] - [clj-commons/clj-yaml "0.7.106"]] + [expound "0.9.0"] + [clj-commons/clj-yaml "0.7.108"]] :source-paths ["src/main/cljc" "src/main/clj"] :resource-paths ["src/main/resources"]