From a635113b7e176cb8b312d0b9754c4063a9cf25ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Z=C3=B6ller?= Date: Sat, 26 Mar 2022 12:04:53 +0100 Subject: [PATCH] Prepare Release --- project.clj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project.clj b/project.clj index d45f89b..0ef5e01 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject clj-test-containers "0.6.0-SNAPSHOT" +(defproject clj-test-containers "0.6.0" :description "A lightweight, unofficial wrapper around the Testcontainers Java library" :url "https://github.com/javahippie/clj-test-containers" @@ -15,7 +15,7 @@ :plugins [[jainsahab/lein-githooks "1.0.0"]] :profiles {:dev {:dependencies [[expound "0.9.0"] - [lambdaisland/kaocha "1.63.998"] + [lambdaisland/kaocha "1.64.1010"] [lambdaisland/kaocha-cloverage "1.0.75"] [lambdaisland/kaocha-junit-xml "0.0.76"] [mvxcvi/cljstyle "0.15.0" :exclusions [org.clojure/clojure]]