Depend on loom 0.11 (#6)

master
leo60228 2022-01-31 16:06:31 -05:00 committed by GitHub
parent 868c9eb97a
commit c635aeea01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ plugins {
}
group = "org.quiltmc"
version = "3.1.2"
version = "4.0.0"
repositories {
mavenCentral()
@ -23,7 +23,7 @@ spotless {
}
dependencies {
implementation("net.fabricmc:fabric-loom:0.10-SNAPSHOT")
implementation("net.fabricmc:fabric-loom:0.11-SNAPSHOT")
implementation("net.fabricmc:mapping-io:0.2.1")
implementation("net.fabricmc:tiny-mappings-parser:0.2.2.14")
}