From f6864fe3997377cedd5911ab6de765a44c96aaed Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 00:25:58 +0000 Subject: [PATCH] Update coursier, ... to 2.1.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a102333ce..38466938d 100644 --- a/build.sbt +++ b/build.sbt @@ -247,5 +247,5 @@ lazy val V = new { val circe = "0.14.10" val circeGenericExtra = "0.14.4" val json4s = "4.0.7" - val coursier = "2.1.6" + val coursier = "2.1.19" }