chore: Bump ASM & lorenz-tiny
This commit is contained in:
parent
d82fddd8d7
commit
d3d7eec0c5
3 changed files with 4 additions and 8 deletions
|
@ -26,11 +26,7 @@ repositories {
|
|||
maven("https://repo.papermc.io/repository/maven-public/") {
|
||||
mavenContent {
|
||||
includeGroup("net.minecraftforge")
|
||||
}
|
||||
}
|
||||
maven("https://maven.quiltmc.org/repository/release/") {
|
||||
mavenContent {
|
||||
includeGroup("org.quiltmc")
|
||||
includeGroup("net.fabricmc")
|
||||
}
|
||||
}
|
||||
mavenCentral()
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
group = io.papermc.paperweight
|
||||
version = 1.5.5
|
||||
version = 1.5.6-SNAPSHOT
|
||||
|
||||
org.gradle.caching = true
|
||||
org.gradle.parallel = true
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[versions]
|
||||
asm = "9.3"
|
||||
asm = "9.5"
|
||||
lorenz = "0.5.8"
|
||||
hypo = "1.2.4"
|
||||
|
||||
|
@ -25,7 +25,7 @@ hypo-asm-hydrate = { module = "dev.denwav.hypo:hypo-asm-hydrate", version.ref =
|
|||
hypo-mappings = { module = "dev.denwav.hypo:hypo-mappings", version.ref = "hypo" }
|
||||
slf4j-jdk14 = "org.slf4j:slf4j-jdk14:1.7.32"
|
||||
|
||||
lorenzTiny = "org.quiltmc:lorenz-tiny:3.0.0"
|
||||
lorenzTiny = "net.fabricmc:lorenz-tiny:3.0.0"
|
||||
jbsdiff = "io.sigpipe:jbsdiff:1.0"
|
||||
|
||||
# Gradle
|
||||
|
|
Loading…
Reference in a new issue