Merge pull request #7 from Itsusinn/master

build: update asm version
This commit is contained in:
坏黑 2021-08-19 17:42:48 +08:00 committed by GitHub
commit 2a93a9e3d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -24,8 +24,8 @@ dependencies {
compile 'org.codehaus.groovy:groovy:2.5.13'
compile gradleApi()
compile localGroovy()
embed 'org.ow2.asm:asm:8.0.1'
embed 'org.ow2.asm:asm-commons:8.0.1'
embed 'org.ow2.asm:asm:9.2'
embed 'org.ow2.asm:asm-commons:9.2'
embed 'com.google.code.gson:gson:2.8.7'
embed 'org.jetbrains.kotlin:kotlin-stdlib'
}