File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ lazy val interface = project
5454 val rules = Seq (
5555 rename(" scala.**" , " coursierapi.shaded.scala.@1" ),
5656 rename(" coursier.**" , " coursierapi.shaded.coursier.@1" ),
57+ rename(" dependency.**" , " coursierapi.shaded.dependency.@1" ),
5758 rename(" org.fusesource.**" , " coursierapi.shaded.org.fusesource.@1" ),
5859 rename(" io.github.alexarchambault.windowsansi.**" , " coursierapi.shaded.windowsansi.@1" ),
5960 rename(" concurrentrefhashmap.**" , " coursierapi.shaded.concurrentrefhashmap.@1" ),
@@ -192,8 +193,8 @@ lazy val interface = project
192193 Settings .shared,
193194 Settings .mima(),
194195 libraryDependencies ++= Seq (
195- " io.get-coursier" %% " coursier" % " 2.1.17 " ,
196- " io.get-coursier" %% " coursier-jvm" % " 2.1.17 " ,
196+ " io.get-coursier" %% " coursier" % " 2.1.18 " ,
197+ " io.get-coursier" %% " coursier-jvm" % " 2.1.18 " ,
197198 " io.get-coursier.jniutils" % " windows-jni-utils-coursierapi" % " 0.3.3" ,
198199 " org.slf4j" % " slf4j-api" % " 1.7.36" // no need to shade that one…
199200 ),
You can’t perform that action at this time.
0 commit comments