From 7b8ac429eb8c936216a403a42c0d76f5ab674866 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 07:47:42 -0500 Subject: [PATCH] fix(deps): update dependency metosin:spec-tools to v0.10.7 (#89) | datasource | package | from | to | | ---------- | ------------------ | ------ | ------ | | clojure | metosin:spec-tools | 0.10.6 | 0.10.7 | | maven | metosin:spec-tools | 0.10.6 | 0.10.7 | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- pom.xml | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c8c09ca..9025733 100644 --- a/pom.xml +++ b/pom.xml @@ -78,7 +78,7 @@ metosin spec-tools - 0.10.6 + 0.10.7 org.clojure diff --git a/project.clj b/project.clj index 6b5adbc..3c922d4 100644 --- a/project.clj +++ b/project.clj @@ -9,7 +9,7 @@ :url "https://github.com/Wall-Brew-Co/lein-sealog"} :dependencies [[com.wallbrew/spoon "1.2.3"] [java-time-literals/java-time-literals "2018-04-06"] - [metosin/spec-tools "0.10.6"] + [metosin/spec-tools "0.10.7"] [org.clojure/clojure "1.11.3"]] :plugins [[com.github.clj-kondo/lein-clj-kondo "2024.05.24"] [com.wallbrew/lein-sealog "1.6.0"]