diff --git a/project.clj b/project.clj index 8b101eb..b04f419 100644 --- a/project.clj +++ b/project.clj @@ -5,7 +5,7 @@ :url "https://www.apache.org/licenses/LICENSE-2.0.html"} :dependencies [[org.clojure/clojure "1.10.3"] [org.clojure/tools.reader "1.3.6"] - [org.domaindrivenarchitecture/c4k-common-clj "5.0.1"]] + [org.domaindrivenarchitecture/c4k-common-clj "6.0.0"]] :target-path "target/%s/" :source-paths ["src/main/cljc" "src/main/clj"]