summaryrefslogtreecommitdiff
path: root/integration/test/resources/play-json/headers.sc
diff options
context:
space:
mode:
Diffstat (limited to 'integration/test/resources/play-json/headers.sc')
-rw-r--r--integration/test/resources/play-json/headers.sc2
1 files changed, 1 insertions, 1 deletions
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 {