mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-03 05:57:42 -05:00
Update ASM and TR.
This commit is contained in:
12
build.gradle
12
build.gradle
@@ -71,11 +71,11 @@ dependencies {
|
||||
implementation ('com.google.code.gson:gson:2.8.9')
|
||||
implementation ('com.fasterxml.jackson.core:jackson-databind:2.13.0')
|
||||
implementation ('com.google.guava:guava:31.0.1-jre')
|
||||
implementation ('org.ow2.asm:asm:9.2')
|
||||
implementation ('org.ow2.asm:asm-analysis:9.2')
|
||||
implementation ('org.ow2.asm:asm-commons:9.2')
|
||||
implementation ('org.ow2.asm:asm-tree:9.2')
|
||||
implementation ('org.ow2.asm:asm-util:9.2')
|
||||
implementation ('org.ow2.asm:asm:9.3')
|
||||
implementation ('org.ow2.asm:asm-analysis: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')
|
||||
|
||||
// game handling utils
|
||||
implementation ('net.fabricmc:stitch:0.6.1') {
|
||||
@@ -83,7 +83,7 @@ dependencies {
|
||||
}
|
||||
|
||||
// tinyfile management
|
||||
implementation ('net.fabricmc:tiny-remapper:0.8.1')
|
||||
implementation ('net.fabricmc:tiny-remapper:0.8.2')
|
||||
implementation 'net.fabricmc:access-widener:2.1.0'
|
||||
implementation 'net.fabricmc:mapping-io:0.2.1'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user