Depend on loom 0.11 (#6)

This commit is contained in:
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

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")
}