Skip to content

Commit

Permalink
Update ASM
Browse files Browse the repository at this point in the history
Signed-off-by: Lőrinc Pap <[email protected]>
  • Loading branch information
Lőrinc Pap committed Jun 29, 2021
1 parent 43cbb15 commit 6dd1f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ val plugin: Configuration by configurations.creating
configurations.getByName("compileOnly").extendsFrom(plugin)

dependencies {
val asmVersion = "9.1"
val asmVersion = "9.2"
plugin("org.ow2.asm:asm:${asmVersion}")

testImplementation(gradleTestKit())
Expand Down

0 comments on commit 6dd1f0e

Please sign in to comment.