From c06ff29dedb96757ccfecd6bc6d2fb57d991eee8 Mon Sep 17 00:00:00 2001 From: erik Date: Wed, 8 Nov 2023 14:50:17 +0100 Subject: [PATCH] Bump c4k-common version --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 4cd1496..25142b8 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.11.1"] [org.clojure/tools.reader "1.3.6"] - [org.domaindrivenarchitecture/c4k-common-clj "6.0.3"] + [org.domaindrivenarchitecture/c4k-common-clj "6.1.0"] [hickory "0.7.1" :exclusions [viebel/codox-klipse-theme]]] :target-path "target/%s/" :source-paths ["src/main/cljc"