use latest commons version

This commit is contained in:
jem 2021-07-09 20:23:05 +02:00
parent 8fd0d02a1b
commit b6becb3190
2 changed files with 2 additions and 2 deletions

View file

@ -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"]

View file

@ -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