Skip to content

Commit

Permalink
update asm and mapping io and make deps from loom compile only
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceWalkerRS committed Feb 16, 2025
1 parent b7b15d7 commit 29dffc0
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,14 @@ dependencies {

compileOnly("net.fabricmc:fabric-loom:" + baseVersion + "-SNAPSHOT")

implementation("com.google.code.gson:gson:2.10.1")
implementation("org.ow2.asm:asm:9.6")
implementation("org.ow2.asm:asm-analysis: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("net.fabricmc:mapping-io:0.6.1")
compileOnly("com.google.code.gson:gson:2.10.1")
compileOnly("org.ow2.asm:asm:9.7.1")
compileOnly("org.ow2.asm:asm-analysis:9.7.1")
compileOnly("org.ow2.asm:asm-commons:9.7.1")
compileOnly("org.ow2.asm:asm-tree:9.7.1")
compileOnly("org.ow2.asm:asm-util:9.7.1")
compileOnly("net.fabricmc:mapping-io:0.7.1")

implementation("net.ornithemc:exceptor:1.1.0")
implementation("net.ornithemc:mapping-utils:0.16.1")
implementation("net.ornithemc:nester:1.3.2")
Expand Down

0 comments on commit 29dffc0

Please sign in to comment.