From ed2d637953e174c1bc6cf8425d400cdc65af9cff Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 00:19:37 +0000 Subject: [PATCH] Update coursier, ... to 2.1.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 05711c6b5..9957b344e 100644 --- a/build.sbt +++ b/build.sbt @@ -245,5 +245,5 @@ lazy val V = new { val scalatest = "3.2.18" val circe = "0.14.7" val json4s = "4.0.7" - val coursier = "2.1.6" + val coursier = "2.1.10" }