From 2fc3b8f5a72106ed44461cb309f5c4cfd0c465b0 Mon Sep 17 00:00:00 2001 From: bom Date: Fri, 20 Jan 2023 13:38:47 +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 963f0dd..2b1c49a 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 "1.1.0"]] + [org.domaindrivenarchitecture/c4k-common-clj "5.0.1"]] :target-path "target/%s/" :source-paths ["src/main/cljc" "src/main/clj"]