summaryrefslogtreecommitdiff
path: root/scalalib/test/resources/gen-idea-hello-world/build.sc
diff options
context:
space:
mode:
authorAndres Pipicello <andres.pipicello@olx.com>2019-06-18 15:25:16 -0300
committerTobias Roeser <le.petit.fou@web.de>2019-06-28 08:37:39 +0200
commit1ae2061ca5ba6eecf18d4b17203717526d1b3d39 (patch)
tree9a232fd347701548ba44b84029f5b30f113225a0 /scalalib/test/resources/gen-idea-hello-world/build.sc
parentc2c64bbbc4034fdfbd9bc4da56f25fef3cd68f63 (diff)
downloadmill-1ae2061ca5ba6eecf18d4b17203717526d1b3d39.tar.gz
mill-1ae2061ca5ba6eecf18d4b17203717526d1b3d39.tar.bz2
mill-1ae2061ca5ba6eecf18d4b17203717526d1b3d39.zip
Using mill source path instead of pwd
Diffstat (limited to 'scalalib/test/resources/gen-idea-hello-world/build.sc')
-rw-r--r--scalalib/test/resources/gen-idea-hello-world/build.sc1
1 files changed, 0 insertions, 1 deletions
diff --git a/scalalib/test/resources/gen-idea-hello-world/build.sc b/scalalib/test/resources/gen-idea-hello-world/build.sc
index 53cd26a9..45ec2536 100644
--- a/scalalib/test/resources/gen-idea-hello-world/build.sc
+++ b/scalalib/test/resources/gen-idea-hello-world/build.sc
@@ -1,5 +1,4 @@
import mill.scalalib
-import $ivy.`com.lihaoyi::mill-contrib-buildinfo:0.4.0`
trait HelloWorldModule extends scalalib.ScalaModule {
def scalaVersion = "2.12.4"