Skip to content

Commit

Permalink
Merge pull request #357 from scala-steward/update/coursier-2.1.9
Browse files Browse the repository at this point in the history
Update coursier, coursier-jvm to 2.1.9
  • Loading branch information
tgodzik authored May 5, 2024
2 parents 574192b + be558f1 commit 65c3e84
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.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…
),
Expand Down

0 comments on commit 65c3e84

Please # to comment.