summaryrefslogtreecommitdiff
path: root/integration/test/resources/play-json
diff options
context:
space:
mode:
Diffstat (limited to 'integration/test/resources/play-json')
-rw-r--r--integration/test/resources/play-json/build.sc2
-rw-r--r--integration/test/resources/play-json/headers.sc2
2 files changed, 2 insertions, 2 deletions
diff --git a/integration/test/resources/play-json/build.sc b/integration/test/resources/play-json/build.sc
index 54e63d65..eb51e999 100644
--- a/integration/test/resources/play-json/build.sc
+++ b/integration/test/resources/play-json/build.sc
@@ -36,7 +36,7 @@ trait PlayJsonModule extends BaseModule with PublishModule with MiMa {
trait Tests extends super.Tests with Scalariform with Headers {
val specs2Core = T {
- val v = Lib.scalaBinaryVersion(scalaVersion()) match {
+ val v = mill.scalalib.api.Util.scalaBinaryVersion(scalaVersion()) match {
case "2.10" => "3.9.1"
case _ => "4.0.2"
}
diff --git a/integration/test/resources/play-json/headers.sc b/integration/test/resources/play-json/headers.sc
index 9737cb3d..31613fe6 100644
--- a/integration/test/resources/play-json/headers.sc
+++ b/integration/test/resources/play-json/headers.sc
@@ -2,7 +2,7 @@ import $ivy.`com.github.rockjam::license-headers:0.0.1`
import mill._, scalalib._
-import mill.eval.PathRef
+import mill.api.PathRef
import de.heikoseeberger.sbtheader.{CommentStyle, FileType, HeaderCreator, License}
trait Headers extends ScalaModule {