summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jeff2015-03-16 18:37:19 -0400
committerGravatar jeff2015-03-16 18:37:19 -0400
commitfc5c0cfc933c1a62333caba33e156a443353f5da (patch)
tree6e9cbb5314a4f7ec24dea5b13ae91f484966cb20
parentfix more inner class issues (diff)
downloadenigma-fc5c0cfc933c1a62333caba33e156a443353f5da.tar.gz
enigma-fc5c0cfc933c1a62333caba33e156a443353f5da.tar.xz
enigma-fc5c0cfc933c1a62333caba33e156a443353f5da.zip
update to new javassist version to (hopefully) get bug fixes
-rw-r--r--build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.py b/build.py
index 03212496..c3f061a5 100644
--- a/build.py
+++ b/build.py
@@ -27,7 +27,7 @@ ExtraRepos = [
27] 27]
28LibDeps = [ 28LibDeps = [
29 ssjb.ivy.Dep("com.google.guava:guava:17.0"), 29 ssjb.ivy.Dep("com.google.guava:guava:17.0"),
30 ssjb.ivy.Dep("org.javassist:javassist:3.18.1-GA"), 30 ssjb.ivy.Dep("org.javassist:javassist:3.19.0-GA"),
31 ssjb.ivy.Dep("org.bitbucket.mstrobel:procyon-decompiler:0.5.28-enigma") 31 ssjb.ivy.Dep("org.bitbucket.mstrobel:procyon-decompiler:0.5.28-enigma")
32] 32]
33StandaloneDeps = LibDeps + [ 33StandaloneDeps = LibDeps + [