Skip to content

Commit 146d563

Browse files
Update coursier to 2.1.25-M1 (#419)
1 parent 201c5c0 commit 146d563

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,8 +196,8 @@ lazy val interface = project
196196
Settings.shared,
197197
Settings.mima(),
198198
libraryDependencies ++= Seq(
199-
"io.get-coursier" %% "coursier" % "2.1.24",
200-
"io.get-coursier" %% "coursier-jvm" % "2.1.24",
199+
"io.get-coursier" %% "coursier" % "2.1.25-M1",
200+
"io.get-coursier" %% "coursier-jvm" % "2.1.25-M1",
201201
"io.get-coursier.jniutils" % "windows-jni-utils-coursierapi" % "0.3.3",
202202
"org.slf4j" % "slf4j-api" % "1.7.36" // no need to shade that one…
203203
),

0 commit comments

Comments
 (0)