Skip to content

Commit

Permalink
Merge pull request #376 from scala-steward/update/coursier-2.1.11
Browse files Browse the repository at this point in the history
Update coursier, coursier-jvm to 2.1.11
  • Loading branch information
tgodzik authored Sep 10, 2024
2 parents 8130b9a + 8d461c4 commit ed34946
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.10",
"io.get-coursier" %% "coursier-jvm" % "2.1.10",
"io.get-coursier" %% "coursier" % "2.1.11",
"io.get-coursier" %% "coursier-jvm" % "2.1.11",
"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 ed34946

Please sign in to comment.