We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06830a0 commit ae96754Copy full SHA for ae96754
build.gradle
@@ -22,10 +22,10 @@ repositories {
22
}
23
24
dependencies {
25
- api 'org.ow2.asm:asm:9.6'
26
- api 'org.ow2.asm:asm-commons:9.6'
27
- implementation 'org.ow2.asm:asm-tree:9.6'
28
- 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'
29
implementation "net.fabricmc:mapping-io:0.5.0"
30
31
testImplementation 'org.junit.jupiter:junit-jupiter:5.6.2'
0 commit comments