Skip to content

Commit

Permalink
Update coursier to 2.1.18 (#397)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault authored Nov 19, 2024
1 parent 178533b commit 35f3fe3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ lazy val interface = project
val rules = Seq(
rename("scala.**", "coursierapi.shaded.scala.@1"),
rename("coursier.**", "coursierapi.shaded.coursier.@1"),
rename("dependency.**", "coursierapi.shaded.dependency.@1"),
rename("org.fusesource.**", "coursierapi.shaded.org.fusesource.@1"),
rename("io.github.alexarchambault.windowsansi.**", "coursierapi.shaded.windowsansi.@1"),
rename("concurrentrefhashmap.**", "coursierapi.shaded.concurrentrefhashmap.@1"),
Expand Down Expand Up @@ -192,8 +193,8 @@ lazy val interface = project
Settings.shared,
Settings.mima(),
libraryDependencies ++= Seq(
"io.get-coursier" %% "coursier" % "2.1.17",
"io.get-coursier" %% "coursier-jvm" % "2.1.17",
"io.get-coursier" %% "coursier" % "2.1.18",
"io.get-coursier" %% "coursier-jvm" % "2.1.18",
"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 35f3fe3

Please sign in to comment.