Fixup after shade rhino merge

This commit is contained in:
Kenzie Togami
2019-07-10 17:48:31 -07:00
parent 3d4025c757
commit 3bdc1c1cf2
2 changed files with 4 additions and 1 deletions

View File

@ -15,7 +15,7 @@ configurations.all {
dependencies {
"compile"(project(":worldedit-libs:core"))
"compile"("de.schlichtherle:truezip:6.8.3")
"compile"("rhino:js:1.7R2")
"compile"("org.mozilla:rhino:1.7R5")
"compile"("org.yaml:snakeyaml:1.9")
"compile"("com.google.guava:guava:21.0")
"compile"("com.google.code.findbugs:jsr305:1.3.9")