Skip to content

Commit

Permalink
Merge pull request #409 from scala-steward/update/coursier-2.1.22
Browse files Browse the repository at this point in the history
Update coursier, coursier-jvm to 2.1.22
  • Loading branch information
tgodzik authored Dec 19, 2024
2 parents 1b5f26d + 0bf0fea commit 7ef8f6d
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 @@ -193,8 +193,8 @@ lazy val interface = project
Settings.shared,
Settings.mima(),
libraryDependencies ++= Seq(
"io.get-coursier" %% "coursier" % "2.1.21",
"io.get-coursier" %% "coursier-jvm" % "2.1.21",
"io.get-coursier" %% "coursier" % "2.1.22",
"io.get-coursier" %% "coursier-jvm" % "2.1.22",
"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 7ef8f6d

Please sign in to comment.