Bump Ammonite REPL to 0.8.0

This commit is contained in:
Florian Schmaus 2016-12-08 08:29:36 +01:00
父節點 b558a128c3
當前提交 e06095ffc2
共有 2 個文件被更改,包括 2 次插入2 次删除

2
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

查看文件

@ -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")
}