Skip to content

Commit

Permalink
bump version and use snapshot ASM
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai committed Apr 10, 2024
1 parent e2adf61 commit c46908b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ 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 All @@ -33,7 +37,7 @@ subprojects {
}

group = 'org.quiltmc'
version = '2.2.1'
version = '2.3.0'

var ENV = System.getenv()
version = version + (ENV.GITHUB_ACTIONS ? (ENV.SNAPSHOTS_URL ? "-SNAPSHOT" : "") : "+local")
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.0.0-jre"
gson = "2.10.1"
asm = "9.6"
asm = "9.8-20240409.145119-3"
jopt = "6.0-alpha-3"
flatlaf = "3.4"
syntaxpain = "0.1.5"
Expand Down

0 comments on commit c46908b

Please sign in to comment.