mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 03:52:06 +01:00
Bump Ammonite REPL to 1.3.2
This commit is contained in:
parent
446b0bb5a9
commit
04f7b0a9c8
2 changed files with 3 additions and 3 deletions
2
repl
2
repl
|
@ -45,4 +45,4 @@ java "${EXTRA_JAVA_ARGS[@]}" \
|
||||||
-Dscala.usejavacp=true \
|
-Dscala.usejavacp=true \
|
||||||
-classpath "${GRADLE_CLASSPATH}" \
|
-classpath "${GRADLE_CLASSPATH}" \
|
||||||
ammonite.Main \
|
ammonite.Main \
|
||||||
-f smack-repl/scala.repl
|
--predef "smack-repl/scala.repl"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
ext {
|
ext {
|
||||||
scalaVersion = '2.11.7'
|
scalaVersion = '2.12.1'
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
@ -11,7 +11,7 @@ dependencies {
|
||||||
compile project(':smack-experimental')
|
compile project(':smack-experimental')
|
||||||
compile project(':smack-legacy')
|
compile project(':smack-legacy')
|
||||||
compile project(':smack-integration-test')
|
compile project(':smack-integration-test')
|
||||||
compile "com.lihaoyi:ammonite_$scalaVersion:0.8.0"
|
compile "com.lihaoyi:ammonite_$scalaVersion:1.3.2"
|
||||||
testCompile project(path: ":smack-core", configuration: "testRuntime")
|
testCompile project(path: ":smack-core", configuration: "testRuntime")
|
||||||
testCompile project(path: ":smack-core", configuration: "archives")
|
testCompile project(path: ":smack-core", configuration: "archives")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue