diff --git a/project.clj b/project.clj index 3f60d16..bd123b6 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.4"] - [org.domaindrivenarchitecture/c4k-common-clj "0.2.0-SNAPSHOT"]] + [org.domaindrivenarchitecture/c4k-common-clj "0.2.8"]] :target-path "target/%s/" :source-paths ["src/main/cljc" "src/main/clj"] diff --git a/shadow-cljs.edn b/shadow-cljs.edn index 1c732dc..0135364 100644 --- a/shadow-cljs.edn +++ b/shadow-cljs.edn @@ -4,7 +4,7 @@ "src/test/cljc" "src/test/cljs" "src/test/resources"] - :dependencies [[org.domaindrivenarchitecture/c4k-common-cljs "0.2.0-SNAPSHOT"]] + :dependencies [[org.domaindrivenarchitecture/c4k-common-cljs "0.2.8"]] :builds {:test {:target :node-test :output-to "target/node-tests.js" :autorun true