Bump Ammonite REPL to 1.3.2

Bu işleme şunda yer alıyor:
Florian Schmaus 2018-10-27 15:40:50 +02:00
ebeveyn 446b0bb5a9
işleme 04f7b0a9c8
2 değiştirilmiş dosya ile 3 ekleme ve 3 silme

2
repl
Dosyayı Görüntüle

@ -45,4 +45,4 @@ java "${EXTRA_JAVA_ARGS[@]}" \
-Dscala.usejavacp=true \
-classpath "${GRADLE_CLASSPATH}" \
ammonite.Main \
-f smack-repl/scala.repl
--predef "smack-repl/scala.repl"

Dosyayı Görüntüle

@ -1,5 +1,5 @@
ext {
scalaVersion = '2.11.7'
scalaVersion = '2.12.1'
}
dependencies {
@ -11,7 +11,7 @@ dependencies {
compile project(':smack-experimental')
compile project(':smack-legacy')
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: "archives")
}