Skip to content

Commit

Permalink
Update coursier, coursier-jvm to 2.1.0-RC3-1 (#298)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Dec 19, 2022
1 parent 29686ec commit 9753c14
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-RC2",
"io.get-coursier" %% "coursier-jvm" % "2.1.0-RC2",
"io.get-coursier" %% "coursier" % "2.1.0-RC3-1",
"io.get-coursier" %% "coursier-jvm" % "2.1.0-RC3-1",
"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 9753c14

Please sign in to comment.