Skip to content

Commit

Permalink
Update coursier, coursier-jvm to 2.1.24 (#415)
Browse files Browse the repository at this point in the history
* Update coursier, coursier-jvm to 2.1.24

* Update shading conf

---------

Co-authored-by: Alex Archambault <[email protected]>
  • Loading branch information
scala-steward and alexarchambault authored Feb 7, 2025
1 parent bd89b0a commit 201c5c0
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ lazy val interface = project
rename("org.tukaani.xz.**", "coursierapi.shaded.xz.@1"),
rename("org.iq80.snappy.**", "coursierapi.shaded.snappy.@1"),
rename("com.github.plokhotnyuk.jsoniter_scala.core.**", "coursierapi.shaded.jsoniter.@1"),
rename("com.github.luben.zstd.**", "coursierapi.shaded.zstd.@1")
rename("com.github.luben.zstd.**", "coursierapi.shaded.zstd.@1"),
rename("io.airlift.compress.**", "coursierapi.shaded.compress.@1"),
rename("io.github.alexarchambault.isterminal.**", "coursierapi.shaded.isterminal.@1"),
rename("org.apache.commons.lang3.**", "coursierapi.shaded.lang3.@1")
)

val processor = new com.eed3si9n.jarjar.JJProcessor(
Expand Down Expand Up @@ -193,8 +196,8 @@ lazy val interface = project
Settings.shared,
Settings.mima(),
libraryDependencies ++= Seq(
"io.get-coursier" %% "coursier" % "2.1.23",
"io.get-coursier" %% "coursier-jvm" % "2.1.23",
"io.get-coursier" %% "coursier" % "2.1.24",
"io.get-coursier" %% "coursier-jvm" % "2.1.24",
"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 201c5c0

Please sign in to comment.