Skip to content

Commit

Permalink
Bump Ammonite REPL to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowdalic committed Oct 27, 2018
1 parent 446b0bb commit 04f7b0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion repl
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions smack-repl/build.gradle
@@ -1,5 +1,5 @@
ext {
scalaVersion = '2.11.7'
scalaVersion = '2.12.1'
}

dependencies {
Expand All @@ -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")
}
Expand Down

0 comments on commit 04f7b0a

Please sign in to comment.