Skip to content

Commit

Permalink
Update dependency com.wallbrew:common-beer-data to v1.5.0
Browse files Browse the repository at this point in the history
| datasource | package                       | from  | to    |
| ---------- | ----------------------------- | ----- | ----- |
| clojure    | com.wallbrew:common-beer-data | 1.3.1 | 1.5.0 |
| maven      | com.wallbrew:common-beer-data | 1.3.1 | 1.5.0 |
  • Loading branch information
renovate[bot] committed Mar 18, 2024
1 parent ff0552b commit 9db7201
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>common-beer-data</artifactId>
<version>1.3.1</version>
<version>1.5.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 @@ -25,7 +25,7 @@
:deploy-branches ["master"]

:profiles {:uberjar {:aot :all}
:dev {:dependencies [[com.wallbrew/common-beer-data "1.3.1"]
:dev {:dependencies [[com.wallbrew/common-beer-data "1.5.0"]
[com.wallbrew/common-beer-format "2.2.2"]
[doo "0.1.11"]]
:plugins [[lein-doo "0.1.11"]]}}
Expand Down

0 comments on commit 9db7201

Please sign in to comment.