From fe443a673f4561d21a74fb1730dd9eb1276ff1bd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 17 Dec 2024 19:25:23 +0000 Subject: [PATCH] Update coursier to 2.1.22 --- project/Deps.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Deps.scala b/project/Deps.scala index 5153e4225f..dc84f9055a 100644 --- a/project/Deps.scala +++ b/project/Deps.scala @@ -11,7 +11,7 @@ object Deps { val scalaXml = "org.scala-lang.modules" %% "scala-xml" % "2.2.0" val scopt = "com.github.scopt" %% "scopt" % "4.1.0" val awssdkS3 = "software.amazon.awssdk" % "s3" % "2.15.28" - val coursier = "io.get-coursier" %% "coursier" % "2.1.8" + val coursier = "io.get-coursier" %% "coursier" % "2.1.22" val circe: Seq[ModuleID] = Seq(