mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-21 19:42:05 +01:00
Bump Ammonite REPL to 0.8.0
This commit is contained in:
parent
b558a128c3
commit
e06095ffc2
2 changed files with 2 additions and 2 deletions
2
repl
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")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue