Use latest crash shell which fixes error when using multiple commands or hitting keys accidentally (#1729)

This commit is contained in:
cburlinchon 2017-10-03 10:00:56 +01:00 committed by GitHub
parent 035bd48eec
commit 1e7474d08e

View File

@ -157,7 +157,7 @@ dependencies {
compile "io.netty:netty-all:$netty_version"
// CRaSH: An embeddable monitoring and admin shell with support for adding new commands written in Groovy.
compile("com.github.corda.crash:crash.shell:9d242da2a10e686f33a3aefc69e4768824ad0716") {
compile("com.github.corda.crash:crash.shell:d5da86ba1b38e9c33af2a621dd15ba286307bec4") {
exclude group: "org.slf4j", module: "slf4j-jdk14"
}