Skip to content

Commit

Permalink
fix(deps): update dependency metosin:spec-tools to v0.10.7 (#89)
Browse files Browse the repository at this point in the history
| 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>
  • Loading branch information
renovate[bot] authored Jul 2, 2024
1 parent 7ed3eee commit 7b8ac42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<dependency>
<groupId>metosin</groupId>
<artifactId>spec-tools</artifactId>
<version>0.10.6</version>
<version>0.10.7</version>
</dependency>
<dependency>
<groupId>org.clojure</groupId>
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 7b8ac42

Please sign in to comment.