Skip to content

Commit 201c5c0

Browse files
Update coursier, coursier-jvm to 2.1.24 (#415)
* Update coursier, coursier-jvm to 2.1.24 * Update shading conf --------- Co-authored-by: Alex Archambault <[email protected]>
1 parent bd89b0a commit 201c5c0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

build.sbt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@ lazy val interface = project
6565
rename("org.tukaani.xz.**", "coursierapi.shaded.xz.@1"),
6666
rename("org.iq80.snappy.**", "coursierapi.shaded.snappy.@1"),
6767
rename("com.github.plokhotnyuk.jsoniter_scala.core.**", "coursierapi.shaded.jsoniter.@1"),
68-
rename("com.github.luben.zstd.**", "coursierapi.shaded.zstd.@1")
68+
rename("com.github.luben.zstd.**", "coursierapi.shaded.zstd.@1"),
69+
rename("io.airlift.compress.**", "coursierapi.shaded.compress.@1"),
70+
rename("io.github.alexarchambault.isterminal.**", "coursierapi.shaded.isterminal.@1"),
71+
rename("org.apache.commons.lang3.**", "coursierapi.shaded.lang3.@1")
6972
)
7073

7174
val processor = new com.eed3si9n.jarjar.JJProcessor(
@@ -193,8 +196,8 @@ lazy val interface = project
193196
Settings.shared,
194197
Settings.mima(),
195198
libraryDependencies ++= Seq(
196-
"io.get-coursier" %% "coursier" % "2.1.23",
197-
"io.get-coursier" %% "coursier-jvm" % "2.1.23",
199+
"io.get-coursier" %% "coursier" % "2.1.24",
200+
"io.get-coursier" %% "coursier-jvm" % "2.1.24",
198201
"io.get-coursier.jniutils" % "windows-jni-utils-coursierapi" % "0.3.3",
199202
"org.slf4j" % "slf4j-api" % "1.7.36" // no need to shade that one…
200203
),

0 commit comments

Comments
 (0)