File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -287,8 +287,8 @@ lazy val dummy = myCrossProject("dummy")
287287 .settings(noPublishSettings)
288288 .settings(
289289 libraryDependencies ++= Seq (
290- Dependencies .millMain,
291- Dependencies .scalaStewardMillPlugin
290+ Dependencies .millMain.intransitive() ,
291+ Dependencies .scalaStewardMillPlugin.intransitive()
292292 )
293293 )
294294
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ object Dependencies {
3232 val jjwtApi = " io.jsonwebtoken" % " jjwt-api" % " 0.13.0"
3333 val jjwtImpl = " io.jsonwebtoken" % " jjwt-impl" % jjwtApi.revision
3434 val jjwtJackson = " io.jsonwebtoken" % " jjwt-jackson" % jjwtApi.revision
35- val millMain = " com.lihaoyi" % " mill-main_2.13 " % " 0.12.16 "
35+ val millMain = " com.lihaoyi" % " mill-runner-launcher_3 " % " 1.0.6 "
3636 val monocleCore = " dev.optics" %% " monocle-core" % " 3.3.0"
3737 val munit = " org.scalameta" %% " munit" % " 1.2.0"
3838 val munitCatsEffect = " org.typelevel" %% " munit-cats-effect" % " 2.1.0"
@@ -44,6 +44,6 @@ object Dependencies {
4444 val scalacheck = " org.scalacheck" %% " scalacheck" % " 1.19.0"
4545 val scalaStewardMillPluginArtifactName = " scala-steward-mill-plugin"
4646 val scalaStewardMillPlugin =
47- " org.scala-steward" % s " ${scalaStewardMillPluginArtifactName}_mill0.11_2.13 " % " 0.19.0"
47+ " org.scala-steward" % s " ${scalaStewardMillPluginArtifactName}_mill1_3 " % " 0.19.0"
4848 val tomlj = " org.tomlj" % " tomlj" % " 1.1.1"
4949}
You can’t perform that action at this time.
0 commit comments