Skip to content

Commit

Permalink
fix(deps): update dependency com.wallbrew:common-beer-data to v1.6.0
Browse files Browse the repository at this point in the history
| datasource | package                       | from  | to    |
| ---------- | ----------------------------- | ----- | ----- |
| clojure    | com.wallbrew:common-beer-data | 1.2.0 | 1.6.0 |
| maven      | com.wallbrew:common-beer-data | 1.2.0 | 1.6.0 |
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 5d914f7 commit b87a5bf
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>com.wallbrew</groupId>
<artifactId>common-beer-data</artifactId>
<version>1.2.0</version>
<version>1.6.0</version>
</dependency>
<dependency>
<groupId>com.wallbrew</groupId>
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[:url "https://wallbrew.com"]]
:dependencies [[cljx-sampling "0.1.0"]
[com.wallbrew/brewtility "2.2.0"]
[com.wallbrew/common-beer-data "1.2.0"]
[com.wallbrew/common-beer-data "1.6.0"]
[com.wallbrew/common-beer-format "2.1.0"]
[nnichols "1.1.0"]
[org.clojure/clojure "1.12.0"]
Expand Down

0 comments on commit b87a5bf

Please sign in to comment.