Skip to content

Commit

Permalink
Update asmVer to v9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 25, 2024
1 parent 6b6cdb9 commit 75e81cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ allprojects {

dependencies {
if ("-runtime" !in project.name) {
val asmVer = "9.6"
val asmVer = "9.7"
val asm = "org.ow2.asm:asm:$asmVer"
api(asm)
testImplementation(asm)
Expand Down

0 comments on commit 75e81cd

Please sign in to comment.