Skip to content

Commit

Permalink
fix(deps): update dependency com.wallbrew:common-beer-data to v1.6.1
Browse files Browse the repository at this point in the history
| datasource | package                       | from  | to    |
| ---------- | ----------------------------- | ----- | ----- |
| clojure    | com.wallbrew:common-beer-data | 1.6.0 | 1.6.1 |
| maven      | com.wallbrew:common-beer-data | 1.6.0 | 1.6.1 |
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent 1e7ae43 commit 77aaa34
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 @@ -90,7 +90,7 @@
<dependency>
<groupId>com.wallbrew</groupId>
<artifactId>common-beer-data</artifactId>
<version>1.6.0</version>
<version>1.6.1</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 @@ -29,7 +29,7 @@

:profiles {:uberjar {:aot :all}
:dev {:dependencies [[cider/cider-nrepl "0.52.0"]
[com.wallbrew/common-beer-data "1.6.0"]
[com.wallbrew/common-beer-data "1.6.1"]
[com.wallbrew/common-beer-format "2.6.0"]
[doo/doo "0.1.11"]
[nrepl/nrepl "1.3.1"]]
Expand Down

0 comments on commit 77aaa34

Please sign in to comment.