From fb109dca2fec5ed8cc3cf0e853b61f479c582f2f Mon Sep 17 00:00:00 2001 From: Scalameta Bot Date: Fri, 8 Mar 2024 00:40:59 +0000 Subject: [PATCH] Update coursier to 2.1.9 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7aafc48b9b..aba3a36aad 100644 --- a/build.sbt +++ b/build.sbt @@ -389,7 +389,7 @@ lazy val tests = crossProject(JSPlatform, JVMPlatform, NativePlatform) .settings(testSettings: _*) .jvmSettings( libraryDependencies += { - val coursierVersion = if (isScala211.value) "2.0.0-RC5-6" else "2.1.8" + val coursierVersion = if (isScala211.value) "2.0.0-RC5-6" else "2.1.9" "io.get-coursier" %% "coursier" % coursierVersion }, dependencyOverrides += {