File tree Expand file tree Collapse file tree
modules/core/src/test/scala/org/scalasteward/core/buildtool/mill Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ package org.scalasteward.core.buildtool.mill
22
33import cats .effect .unsafe .implicits .global
44import munit .FunSuite
5+ import org .scalasteward .core .BuildInfo
56import org .scalasteward .core .buildtool .BuildRoot
67import org .scalasteward .core .buildtool .mill .MillAlg .extractDeps
78import org .scalasteward .core .data .{Repo , Version }
@@ -41,7 +42,7 @@ class MillAlgTest extends FunSuite {
4142 " --no-server" ,
4243 " --disable-ticker" ,
4344 " --import" ,
44- " ivy:org.scala-steward::scala-steward-mill-plugin::0.18.2 " ,
45+ s " ivy:org.scala-steward:: ${ BuildInfo .millPluginArtifactName} :: ${ BuildInfo .millPluginVersion} " ,
4546 " show" ,
4647 extractDeps
4748 )
@@ -72,7 +73,7 @@ class MillAlgTest extends FunSuite {
7273 " --ticker" ,
7374 " false" ,
7475 " --import" ,
75- " ivy:org.scala-steward::scala-steward-mill-plugin::0.18.2 " ,
76+ s " ivy:org.scala-steward:: ${ BuildInfo .millPluginArtifactName} :: ${ BuildInfo .millPluginVersion} " ,
7677 " show" ,
7778 extractDeps
7879 )
Original file line number Diff line number Diff line change @@ -44,6 +44,6 @@ object Dependencies {
4444 val scalacheck = " org.scalacheck" %% " scalacheck" % " 1.18.1"
4545 val scalaStewardMillPluginArtifactName = " scala-steward-mill-plugin"
4646 val scalaStewardMillPlugin =
47- " org.scala-steward" % s " ${scalaStewardMillPluginArtifactName}_mill0.10_2 .13 " % " 0.18.2"
47+ " org.scala-steward" % s " ${scalaStewardMillPluginArtifactName}_mill0.11_2 .13 " % " 0.18.2"
4848 val tomlj = " org.tomlj" % " tomlj" % " 1.1.1"
4949}
You can’t perform that action at this time.
0 commit comments