Skip to content

Commit

Permalink
update asm to 9.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai committed Oct 9, 2024
1 parent d3eb3ad commit 57c74af
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ subprojects {
maven {
url = "https://maven.fabricmc.net/"
}
// remove when ASM fix is released
maven {
url = "https://repository.ow2.org/nexus/content/repositories/snapshots/"
}
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ shadow = "8.1.1"

guava = "33.2.1-jre"
gson = "2.10.1"
asm = "9.8-SNAPSHOT"
asm = "9.7.1"
jopt = "6.0-alpha-3"
flatlaf = "3.4"
syntaxpain = "0.1.5"
Expand Down

0 comments on commit 57c74af

Please sign in to comment.