summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-12-19 15:08:17 +0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-12-19 15:08:17 +0800
commitb44fe2753c62349b3b133d1da0e41a19178233a1 (patch)
tree725d4992ae4b30dcfa97e5fd2d87619b666d7d85 /build.sc
parentea7fceb6e56f53bde3517586dfc57e10a605a524 (diff)
downloadmill-b44fe2753c62349b3b133d1da0e41a19178233a1.tar.gz
mill-b44fe2753c62349b3b133d1da0e41a19178233a1.tar.bz2
mill-b44fe2753c62349b3b133d1da0e41a19178233a1.zip
bump zinc 1.2.1 -> 1.2.5bump-zinc
Diffstat (limited to 'build.sc')
-rwxr-xr-xbuild.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sc b/build.sc
index 1cbbe992..bffec005 100755
--- a/build.sc
+++ b/build.sc
@@ -187,7 +187,7 @@ object scalalib extends MillModule {
def ivyDeps = Agg(
// Keep synchronized with zinc in Versions.scala
- ivy"org.scala-sbt::zinc:1.2.1"
+ ivy"org.scala-sbt::zinc:1.2.5"
)
def testArgs = T{Seq(
"-DMILL_SCALA_WORKER=" + runClasspath().map(_.path).mkString(",")