Skip to content

Commit

Permalink
fix(deps): update dependency com.wallbrew:spoon to v1.3.0 (#169)
Browse files Browse the repository at this point in the history
| datasource | package            | from  | to    |
| ---------- | ------------------ | ----- | ----- |
| clojure    | com.wallbrew:spoon | 1.2.3 | 1.3.0 |
| maven      | com.wallbrew:spoon | 1.2.3 | 1.3.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 7f5df4b commit bb7beba
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 @@ -84,7 +84,7 @@
<dependency>
<groupId>com.wallbrew</groupId>
<artifactId>spoon</artifactId>
<version>1.2.3</version>
<version>1.3.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
[lein-cljsbuild/lein-cljsbuild "1.1.8"]
[mvxcvi/cljstyle "0.16.630"]]
:profiles {:uberjar {:aot :all}
:dev {:dependencies [[com.wallbrew/spoon "1.2.3"]
:dev {:dependencies [[com.wallbrew/spoon "1.3.0"]
[doo/doo "0.1.11"]
[org.clojure/spec.alpha "0.5.238"]]
:plugins [[lein-doo/lein-doo "0.1.11"]]}
Expand Down

0 comments on commit bb7beba

Please sign in to comment.