diff --git a/doc/Releasing.md b/doc/Releasing.md index 65a1d1b..f4cac76 100644 --- a/doc/Releasing.md +++ b/doc/Releasing.md @@ -38,4 +38,3 @@ git push ``` Done. - diff --git a/project.clj b/project.clj index 27c57ac..55a7a61 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 "3.0.2-SNAPSHOT"] + [org.domaindrivenarchitecture/c4k-common-clj "3.0.1"] [hickory "0.7.1"]] :target-path "target/%s/" :source-paths ["src/main/cljc"