This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch update/consul-client-1.9.0
in repository https://gitbox.apache.org/repos/asf/pekko-management.git
commit af972ea261d99e5e4d82d1c5744f8f4943ecb708
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Nov 30 00:18:14 2025 +0000
Update consul-client to 1.9.0
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index b396b49c..dd20cefd 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -47,7 +47,7 @@ object Dependencies {
val discoveryConsul = Seq(
"org.apache.pekko" %% "pekko-actor" % pekkoVersion,
"org.apache.pekko" %% "pekko-discovery" % pekkoVersion,
- "org.kiwiproject" % "consul-client" % "1.8.1",
+ "org.kiwiproject" % "consul-client" % "1.9.0",
"org.testcontainers" % "testcontainers-consul" % "2.0.2" % Test,
"org.scalatest" %% "scalatest" % scalaTestVersion % Test,
"org.apache.pekko" %% "pekko-testkit" % pekkoVersion % Test,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]