summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2017-10-29 17:39:31 -0700
committerLi Haoyi <haoyi.sg@gmail.com>2017-10-29 17:39:31 -0700
commit4e2fbfb5ae8fd7d66f78bf7ced3d6cc8cc74ceaf (patch)
tree7958e78430d9ba0e92e2427da988ef3873d46959 /build.sbt
parentcf8e737a26e60d20c60bf4ab8e07c2a1c50954fd (diff)
downloadmill-4e2fbfb5ae8fd7d66f78bf7ced3d6cc8cc74ceaf.tar.gz
mill-4e2fbfb5ae8fd7d66f78bf7ced3d6cc8cc74ceaf.tar.bz2
mill-4e2fbfb5ae8fd7d66f78bf7ced3d6cc8cc74ceaf.zip
Bump versions
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 72289a15..962eda45 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,4 +1,4 @@
-scalaVersion := "2.12.3"
+scalaVersion := "2.12.4"
name := "forge"
@@ -15,7 +15,7 @@ libraryDependencies ++= Seq(
"org.scala-lang" % "scala-compiler" % scalaVersion.value % "provided",
"com.lihaoyi" %% "sourcecode" % "0.1.4",
"com.lihaoyi" %% "pprint" % "0.5.3",
- "com.lihaoyi" %% "ammonite-ops" % "1.0.2",
+ "com.lihaoyi" % "ammonite" % "1.0.3" cross CrossVersion.full,
"com.typesafe.play" %% "play-json" % "2.6.6"
)