summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorNikolay Tatarinov <5min4eq.unity@gmail.com>2017-11-26 21:55:47 +0300
committerLi Haoyi <haoyi.sg@gmail.com>2017-11-26 10:55:47 -0800
commit9262462b0aad28efa37696a857b6ca0f9b246f85 (patch)
tree47036dcc406faf196f14b7abf7a7e2b4fba15dc0 /build.sbt
parent1c1abf19b34bc6a467c25b8838f7816694d423d1 (diff)
downloadmill-9262462b0aad28efa37696a857b6ca0f9b246f85.tar.gz
mill-9262462b0aad28efa37696a857b6ca0f9b246f85.tar.bz2
mill-9262462b0aad28efa37696a857b6ca0f9b246f85.zip
upgrade zinc 1.0.3 -> 1.0.5 (#26)
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index 31d7eedd..5d541651 100644
--- a/build.sbt
+++ b/build.sbt
@@ -44,7 +44,7 @@ lazy val core = project
"com.lihaoyi" %% "sourcecode" % "0.1.4",
"com.lihaoyi" %% "pprint" % "0.5.3",
"com.lihaoyi" % "ammonite" % "1.0.3" cross CrossVersion.full,
- "org.scala-sbt" %% "zinc" % "1.0.3",
+ "org.scala-sbt" %% "zinc" % "1.0.5",
"org.scala-sbt" % "test-interface" % "1.0"
)
)
@@ -54,4 +54,4 @@ lazy val scalaplugin = project
.settings(
sharedSettings,
name := "mill-scalaplugin"
- ) \ No newline at end of file
+ )