From 2d6b067bf28854040500f9aa52dfb3983eb1fdef Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Mon, 21 Oct 2024 16:49:42 +0000
Subject: [PATCH] fix(deps): update dependency com.wallbrew:common-beer-format
to v2.6.0
| datasource | package | from | to |
| ---------- | ------------------------------- | ----- | ----- |
| clojure | com.wallbrew:common-beer-format | 2.4.1 | 2.6.0 |
| maven | com.wallbrew:common-beer-format | 2.4.1 | 2.6.0 |
---
pom.xml | 2 +-
project.clj | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 7d48100..73aa926 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@
com.wallbrew
common-beer-format
- 2.4.1
+ 2.6.0
test
diff --git a/project.clj b/project.clj
index 1b5fa12..74f7add 100644
--- a/project.clj
+++ b/project.clj
@@ -29,7 +29,7 @@
:profiles {:uberjar {:aot :all}
:dev {:dependencies [[cider/cider-nrepl "0.50.2"]
[com.wallbrew/common-beer-data "1.6.0"]
- [com.wallbrew/common-beer-format "2.4.1"]
+ [com.wallbrew/common-beer-format "2.6.0"]
[doo/doo "0.1.11"]
[nrepl/nrepl "1.3.0"]]
:plugins [[lein-doo/lein-doo "0.1.11"]]}}