From be558f1e08e3193c4a5840380eff9f36b0be87ce Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 19 Feb 2024 17:00:12 +0000 Subject: [PATCH] Update coursier, coursier-jvm to 2.1.9 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 383345e..b1f7fa7 100644 --- a/build.sbt +++ b/build.sbt @@ -187,8 +187,8 @@ lazy val interface = project Settings.shared, Settings.mima(), libraryDependencies ++= Seq( - "io.get-coursier" %% "coursier" % "2.1.8", - "io.get-coursier" %% "coursier-jvm" % "2.1.8", + "io.get-coursier" %% "coursier" % "2.1.9", + "io.get-coursier" %% "coursier-jvm" % "2.1.9", "io.get-coursier.jniutils" % "windows-jni-utils-coursierapi" % "0.3.3", "org.slf4j" % "slf4j-api" % "1.7.36" // no need to shade that oneā€¦ ),