From 19354ebff0939a988147b336059baf08a002f161 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 12 Oct 2024 17:57:21 +0000 Subject: [PATCH] Update coursier to 2.1.14 --- project/Deps.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Deps.scala b/project/Deps.scala index 5153e4225f..b4c99b03c5 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.14" val circe: Seq[ModuleID] = Seq(