Skip to content

Commit

Permalink
fix(deps): update dependency com.wallbrew:common-beer-format to v2.4.0 (
Browse files Browse the repository at this point in the history
#168)

| datasource | package                         | from  | to    |
| ---------- | ------------------------------- | ----- | ----- |
| clojure    | com.wallbrew:common-beer-format | 2.3.0 | 2.4.0 |
| maven      | com.wallbrew:common-beer-format | 2.3.0 | 2.4.0 |

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent a478189 commit 7f5df4b
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 @@ -68,7 +68,7 @@
<dependency>
<groupId>com.wallbrew</groupId>
<artifactId>common-beer-format</artifactId>
<version>2.3.0</version>
<version>2.4.0</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 @@ -10,7 +10,7 @@
:pom-addition [:organization
[:name "Wall Brew Co."]
[:url "https://wallbrew.com"]]
:dependencies [[com.wallbrew/common-beer-format "2.3.0"]
:dependencies [[com.wallbrew/common-beer-format "2.4.0"]
[org.clojure/clojure "1.12.0"]
[org.clojure/clojurescript "1.11.132" :scope "provided"]]
:plugins [[com.github.clj-kondo/lein-clj-kondo "2024.08.29"]
Expand Down

0 comments on commit 7f5df4b

Please sign in to comment.