From 7ffd01c8ad3fdc9f2cf101ef31964bebf8ce6b3a Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 00:18:39 +0000 Subject: [PATCH] Update coursier, ... to 2.1.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 08dbc4cb2..fa3209125 100644 --- a/build.sbt +++ b/build.sbt @@ -249,5 +249,5 @@ lazy val V = new { val scalatest = "3.2.17" val circe = "0.14.6" val json4s = "4.0.6" - val coursier = "2.1.6" + val coursier = "2.1.8" }