mirror of
https://github.com/corda/corda.git
synced 2025-01-31 00:24:59 +00:00
Use latest crash shell which fixes error when using multiple commands or hitting keys accidentally (#1729)
This commit is contained in:
parent
035bd48eec
commit
1e7474d08e
@ -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"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user