From 981b7191a2a666447c85c6632d5a2c626d19a849 Mon Sep 17 00:00:00 2001 From: Li Haoyi Date: Sun, 24 Dec 2017 00:13:01 -0800 Subject: 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 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sc') 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") -- cgit v1.2.3