From e0c1cbd3a49e7ffc73764fa216192bd5b5e07555 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 09:27:40 +0000 Subject: [PATCH] Update V.coursier to v2.1.24 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cf92040a..e53b0c9b 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ import scala.collection.mutable.ListBuffer lazy val V = new { val protobuf = "4.32.1" - val coursier = "2.1.9" + val coursier = "2.1.24" val scalaXml = "2.1.0" val moped = "0.2.0" val gradle = "7.0"