Skip to content

Commit

Permalink
Upgrade asm to 9.7.1 (#140)
Browse files Browse the repository at this point in the history
* chore: upgrade asm to 9.7 to support java 23

* chore: upgrade asm to 9.7.1
  • Loading branch information
0utplay authored Jan 20, 2025
1 parent 06830a0 commit ae96754
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ repositories {
}

dependencies {
api 'org.ow2.asm:asm:9.6'
api 'org.ow2.asm:asm-commons:9.6'
implementation 'org.ow2.asm:asm-tree:9.6'
implementation 'org.ow2.asm:asm-util:9.6'
api 'org.ow2.asm:asm:9.7.1'
api 'org.ow2.asm:asm-commons:9.7.1'
implementation 'org.ow2.asm:asm-tree:9.7.1'
implementation 'org.ow2.asm:asm-util:9.7.1'
implementation "net.fabricmc:mapping-io:0.5.0"

testImplementation 'org.junit.jupiter:junit-jupiter:5.6.2'
Expand Down

0 comments on commit ae96754

Please sign in to comment.