Skip to content

Commit

Permalink
Update coursier, coursier-jvm to 2.1.0-RC4 (#299)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jan 10, 2023
1 parent 9eab5cf commit 9b3d286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ lazy val interface = project
Settings.shared,
Settings.mima(),
libraryDependencies ++= Seq(
"io.get-coursier" %% "coursier" % "2.1.0-RC3-1",
"io.get-coursier" %% "coursier-jvm" % "2.1.0-RC3-1",
"io.get-coursier" %% "coursier" % "2.1.0-RC4",
"io.get-coursier" %% "coursier-jvm" % "2.1.0-RC4",
"io.get-coursier.jniutils" % "windows-jni-utils-coursierapi" % "0.3.3",
"org.slf4j" % "slf4j-api" % "2.0.6" // no need to shade that one…
),
Expand Down

0 comments on commit 9b3d286

Please sign in to comment.