From 0d5ac0312fa43b7eced52710a1ae547c945e0c58 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 13 Nov 2024 16:25:19 +0000 Subject: [PATCH] Update coursier to 2.1.17 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 46c3f941268..09241d9d80f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -42,4 +42,4 @@ libraryDependencies += "com.lihaoyi" %% "upickle" % "3.1.3" // This is an older version due to other things depending on older versions of // scala-xml -libraryDependencies += "io.get-coursier" %% "coursier" % "2.0.16" +libraryDependencies += "io.get-coursier" %% "coursier" % "2.1.17"