Skip to content

Commit

Permalink
Bump ASM
Browse files Browse the repository at this point in the history
  • Loading branch information
onebeastchris committed Nov 18, 2023
1 parent af4a6b8 commit 74a1a28
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 @@ -56,10 +56,10 @@ license {
dependencies {
implementation "dev.architectury:tiny-remapper:1.1.0"
implementation "net.fabricmc:tiny-mappings-parser:0.2.2.14"
implementation "org.ow2.asm:asm:9.3"
implementation "org.ow2.asm:asm-commons:9.3"
implementation "org.ow2.asm:asm-tree:9.3"
implementation "org.ow2.asm:asm-util:9.3"
implementation "org.ow2.asm:asm:9.6"
implementation "org.ow2.asm:asm-commons:9.6"
implementation "org.ow2.asm:asm-tree:9.6"
implementation "org.ow2.asm:asm-util:9.6"
implementation "com.google.guava:guava:29.0-jre"
implementation "com.google.code.gson:gson:2.8.5"
implementation "dev.architectury:refmap-remapper:1.0.5"
Expand Down

0 comments on commit 74a1a28

Please sign in to comment.