summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2017-12-24 00:13:01 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2017-12-24 18:25:41 -0800
commit981b7191a2a666447c85c6632d5a2c626d19a849 (patch)
tree6b2c77ede5777a3eb07e18dbb3139a2c535f5cb3 /build.sc
parent4181484c6a3674788e1a57f4d4d1fe28ffabbce3 (diff)
downloadmill-981b7191a2a666447c85c6632d5a2c626d19a849.tar.gz
mill-981b7191a2a666447c85c6632d5a2c626d19a849.tar.bz2
mill-981b7191a2a666447c85c6632d5a2c626d19a849.zip
Remove `Router.scala`, whose changes have been upstreamed into the Ammonite master branch
Remove the `out/run.sc` entrypoint script, using Ammonite's new `codeWrapper` API to synthesize the necessary wrapper/forwarder objects to substitute it
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 922db522..9ed794ac 100755
--- a/build.sc
+++ b/build.sc
@@ -66,7 +66,7 @@ object Core extends MillModule with MillPublishModule {
def ivyDeps = Seq(
Dep("com.lihaoyi", "sourcecode", "0.1.4"),
Dep("com.lihaoyi", "pprint", "0.5.3"),
- Dep.Point("com.lihaoyi", "ammonite", "1.0.3-10-4311ac9"),
+ Dep.Point("com.lihaoyi", "ammonite", "1.0.3-20-75e58ac"),
Dep("com.typesafe.play", "play-json", "2.6.6"),
Dep("org.scala-sbt", "zinc", "1.0.5"),
Dep.Java("org.scala-sbt", "test-interface", "1.0")