From 5eb83f78a0dee1bcb422bf76c0d654eda2703b73 Mon Sep 17 00:00:00 2001 From: Michael Jerger Date: Fri, 31 May 2024 16:14:26 +0200 Subject: [PATCH] update deps --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 912b3cc..8162c38 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.3"] [org.clojure/tools.reader "1.4.2"] - [org.domaindrivenarchitecture/c4k-common-clj "6.2.3"] + [org.domaindrivenarchitecture/c4k-common-clj "6.3.0"] [hickory "0.7.1" :exclusions [viebel/codox-klipse-theme]]] :target-path "target/%s/" :source-paths ["src/main/cljc"