will work only with newest common

This commit is contained in:
jem 2021-09-14 19:43:33 +02:00
parent 4c0a7565f2
commit 0a8cadfde9
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.6"]
[org.domaindrivenarchitecture/c4k-common-clj "0.3.1"]
[org.domaindrivenarchitecture/c4k-common-clj "0.3.2"]
[hickory "0.7.1"]]
:target-path "target/%s/"
:source-paths ["src/main/cljc"

View file

@ -4,7 +4,7 @@
"src/test/cljc"
"src/test/cljs"
"src/test/resources"]
:dependencies [[org.domaindrivenarchitecture/c4k-common-cljs "0.3.1"]
:dependencies [[org.domaindrivenarchitecture/c4k-common-cljs "0.3.2"]
[hickory "0.7.1"]]
:builds {:frontend {:target :browser
:modules {:main {:init-fn dda.c4k-jira.browser/init}}