Correct version to package not clojure

This commit is contained in:
erik 2023-11-08 15:07:05 +01:00
parent 322caa4762
commit 53b56b5cd6

View file

@ -1,9 +1,9 @@
(defproject org.domaindrivenarchitecture/c4k-taiga "0.0.1-Snapshot" (defproject org.domaindrivenarchitecture/c4k-taiga "1.0.1-SNAPSHOT"
:description "taiga c4k-installation package" :description "taiga c4k-installation package"
:url "https://domaindrivenarchitecture.org" :url "https://domaindrivenarchitecture.org"
:license {:name "Apache License, Version 2.0" :license {:name "Apache License, Version 2.0"
:url "https://www.apache.org/licenses/LICENSE-2.0.html"} :url "https://www.apache.org/licenses/LICENSE-2.0.html"}
:dependencies [[org.clojure/clojure "1.0.1-SNAPSHOT"] :dependencies [[org.clojure/clojure "1.11.1"]
[org.clojure/tools.reader "1.3.6"] [org.clojure/tools.reader "1.3.6"]
[org.domaindrivenarchitecture/c4k-common-clj "6.1.0"] [org.domaindrivenarchitecture/c4k-common-clj "6.1.0"]
[hickory "0.7.1" :exclusions [viebel/codox-klipse-theme]]] [hickory "0.7.1" :exclusions [viebel/codox-klipse-theme]]]