From e06095ffc2c9de0f8517c65a5c3633bed90a1854 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Thu, 8 Dec 2016 08:29:36 +0100 Subject: [PATCH] Bump Ammonite REPL to 0.8.0 --- repl | 2 +- smack-repl/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/repl b/repl index 436f62271..889022260 100755 --- a/repl +++ b/repl @@ -30,5 +30,5 @@ echo "Finished, starting REPL" java \ -Dscala.usejavacp=true \ -classpath "${GRADLE_CLASSPATH}" \ - ammonite.repl.Main \ + ammonite.Main \ -f smack-repl/scala.repl diff --git a/smack-repl/build.gradle b/smack-repl/build.gradle index 8a3742c72..c5b05db56 100644 --- a/smack-repl/build.gradle +++ b/smack-repl/build.gradle @@ -11,7 +11,7 @@ dependencies { compile project(':smack-experimental') compile project(':smack-legacy') compile project(':smack-integration-test') - compile "com.lihaoyi:ammonite-repl_$scalaVersion:0.5.5" + compile "com.lihaoyi:ammonite_$scalaVersion:0.8.0" testCompile project(path: ":smack-core", configuration: "testRuntime") testCompile project(path: ":smack-core", configuration: "archives") }