Skip to content

Commit

Permalink
Updated ASM library version.
Browse files Browse the repository at this point in the history
  • Loading branch information
anlun committed Nov 17, 2015
1 parent c143c8d commit 5c7c24b
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 @@ -22,7 +22,7 @@ repositories {
dependencies {
testCompile group: 'junit', name: 'junit', version: '4.11'
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compile group: 'org.ow2.asm', name: 'asm-all', version: '3.3.1'
compile group: 'org.ow2.asm', name: 'asm-all', version: '5.0.1'
}
buildscript {
ext.kotlin_version = '1.0.0-beta-1038'
Expand Down

0 comments on commit 5c7c24b

Please sign in to comment.