Skip to content

Commit 4d4610f

Browse files
Update coursier to 2.1.17
1 parent af1e876 commit 4d4610f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.sbt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ lazy val interface = project
5555
rename("org.fusesource.**", "coursierapi.shaded.org.fusesource.@1"),
5656
rename("io.github.alexarchambault.windowsansi.**", "coursierapi.shaded.windowsansi.@1"),
5757
rename("concurrentrefhashmap.**", "coursierapi.shaded.concurrentrefhashmap.@1"),
58+
rename("org.apache.commons.codec.**", "coursierapi.shaded.commonscodec.@1"),
5859
rename("org.apache.commons.compress.**", "coursierapi.shaded.commonscompress.@1"),
5960
rename("org.apache.commons.io.**", "coursierapi.shaded.commonsio.@1"),
6061
rename("org.codehaus.plexus.**", "coursierapi.shaded.plexus.@1"),
@@ -187,8 +188,8 @@ lazy val interface = project
187188
Settings.shared,
188189
Settings.mima(),
189190
libraryDependencies ++= Seq(
190-
"io.get-coursier" %% "coursier" % "2.1.14",
191-
"io.get-coursier" %% "coursier-jvm" % "2.1.14",
191+
"io.get-coursier" %% "coursier" % "2.1.17",
192+
"io.get-coursier" %% "coursier-jvm" % "2.1.17",
192193
"io.get-coursier.jniutils" % "windows-jni-utils-coursierapi" % "0.3.3",
193194
"org.slf4j" % "slf4j-api" % "1.7.36" // no need to shade that one…
194195
),

0 commit comments

Comments
 (0)