Update ASM

This commit is contained in:
Iaroslav Postovalov 2020-12-22 22:20:30 +07:00
parent 1a5efd0a17
commit 024800605f
No known key found for this signature in database
GPG Key ID: 46E15E4A31B3BCD7

View File

@ -34,8 +34,8 @@ kotlin.sourceSets {
jvmMain { jvmMain {
dependencies { dependencies {
api("com.github.h0tk3y.betterParse:better-parse:0.4.0") api("com.github.h0tk3y.betterParse:better-parse:0.4.0")
implementation("org.ow2.asm:asm:8.0.1") implementation("org.ow2.asm:asm:9.0")
implementation("org.ow2.asm:asm-commons:8.0.1") implementation("org.ow2.asm:asm-commons:9.0")
} }
} }
} }