Skip to content

Commit

Permalink
Update javassist to 3.22.0-CR1
Browse files Browse the repository at this point in the history
  • Loading branch information
LunNova committed May 11, 2017
1 parent 4c2a991 commit 0f43895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ dependencies {
compile group: 'me.nallar', name: 'JavaPatcher', version: '1.4', changing: false
compile group: 'me.nallar', name: 'Mixin', version: '1.0-SNAPSHOT', changing: true
provided group: 'me.nallar', name: 'CachingClassLoader', version: '0.1-SNAPSHOT', changing: true
compile 'org.javassist:javassist:3.21.0-GA'
compile 'org.javassist:javassist:3.22.0-CR1'
}

if (System.env.GRADLE_USER_HOME) {
Expand Down

0 comments on commit 0f43895

Please sign in to comment.