aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authormodmuss50 <modmuss50@gmail.com>2021-06-30 22:33:17 +0100
committermodmuss50 <modmuss50@gmail.com>2021-06-30 22:33:17 +0100
commitbed2031f3b41a622d86149ddcd568886e263040a (patch)
tree4e6ca6ff3c0770f181195173252e29a3b031682f /build.gradle
parent7fba77d43a169f6f20c4cfe17af7bcac86833833 (diff)
downloadarchitectury-loom-bed2031f3b41a622d86149ddcd568886e263040a.tar.gz
architectury-loom-bed2031f3b41a622d86149ddcd568886e263040a.tar.bz2
architectury-loom-bed2031f3b41a622d86149ddcd568886e263040a.zip
Update ASM and nightly gradle
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle10
1 files changed, 5 insertions, 5 deletions
diff --git a/build.gradle b/build.gradle
index a7e766fc..1b544ada 100644
--- a/build.gradle
+++ b/build.gradle
@@ -65,11 +65,11 @@ dependencies {
implementation ('com.google.code.gson:gson:2.8.6')
implementation ('com.fasterxml.jackson.core:jackson-databind:2.12.3')
implementation ('com.google.guava:guava:30.1-jre')
- implementation ('org.ow2.asm:asm:9.1')
- implementation ('org.ow2.asm:asm-analysis:9.1')
- implementation ('org.ow2.asm:asm-commons:9.1')
- implementation ('org.ow2.asm:asm-tree:9.1')
- implementation ('org.ow2.asm:asm-util:9.1')
+ 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')
// game handling utils
implementation ('net.fabricmc:stitch:0.6.1') {