There was an error while loading. Please reload this page.
1 parent 2f70dde commit 4a2f29dCopy full SHA for 4a2f29d
1 file changed
build.gradle
@@ -22,10 +22,10 @@ repositories {
22
}
23
24
dependencies {
25
- api 'org.ow2.asm:asm:9.7.1'
26
- api 'org.ow2.asm:asm-commons:9.7.1'
27
- implementation 'org.ow2.asm:asm-tree:9.7.1'
28
- implementation 'org.ow2.asm:asm-util:9.7.1'
+ api 'org.ow2.asm:asm:9.9.1'
+ api 'org.ow2.asm:asm-commons:9.9.1'
+ implementation 'org.ow2.asm:asm-tree:9.9.1'
+ implementation 'org.ow2.asm:asm-util:9.9.1'
29
implementation "net.fabricmc:mapping-io:0.7.1"
30
31
testImplementation 'org.junit.jupiter:junit-jupiter:5.6.2'
0 commit comments