mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 10:19:41 +02:00
Switch to Ammonite REPL
It comes with working tab completion. \o/
This commit is contained in:
parent
5c00172f6a
commit
f351919fa5
6 changed files with 37 additions and 6 deletions
|
@ -10,7 +10,9 @@ dependencies {
|
|||
compile project(':smack-extensions')
|
||||
compile project(':smack-experimental')
|
||||
compile project(':smack-legacy')
|
||||
compile "org.scala-lang:scala-compiler:${scalaVersion}"
|
||||
compile "com.lihaoyi:ammonite-repl_$scalaVersion:0.5.5"
|
||||
testCompile project(path: ":smack-core", configuration: "testRuntime")
|
||||
testCompile project(path: ":smack-core", configuration: "archives")
|
||||
}
|
||||
|
||||
task printClasspath(dependsOn: assemble) << {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue