aboutsummaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorisXander <xandersmith2008@gmail.com>2023-01-29 22:00:13 +0000
committerisXander <xandersmith2008@gmail.com>2023-01-29 22:00:13 +0000
commitbf5eb877eca9417bf0b88a021ddbdf203a1dc9b3 (patch)
treeef1db111bd949539b9b06dc2983261b56b6d6f17 /build.gradle.kts
parentf4a890749e07123b5b7db8200b53c943a93ede01 (diff)
downloadYetAnotherConfigLib-bf5eb877eca9417bf0b88a021ddbdf203a1dc9b3.tar.gz
YetAnotherConfigLib-bf5eb877eca9417bf0b88a021ddbdf203a1dc9b3.tar.bz2
YetAnotherConfigLib-bf5eb877eca9417bf0b88a021ddbdf203a1dc9b3.zip
22w04a
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 616e452..8517bd4 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -1,10 +1,10 @@
plugins {
java
- id("fabric-loom") version "[1.0.16, 1.1.0)" // 1.0.+ but patch must be 16 or higher
+ id("fabric-loom") version "1.1.+" // 1.0.+ but patch must be 16 or higher
id("io.github.juuxel.loom-quiltflower") version "1.8.+"
- id("com.modrinth.minotaur") version "2.5.+"
+ id("com.modrinth.minotaur") version "2.6.+"
id("me.hypherionmc.cursegradle") version "2.+"
id("com.github.breadmoirai.github-release") version "2.+"
`maven-publish`
@@ -75,7 +75,7 @@ dependencies {
})
modImplementation("net.fabricmc:fabric-loader:$fabricLoaderVersion")
- "modClientImplementation"(fabricApi.module("fabric-resource-loader-v0", "0.72.1+1.19.4"))
+ "modClientImplementation"(fabricApi.module("fabric-resource-loader-v0", "0.73.1+1.19.4"))
"testmodImplementation"(sourceSets.main.get().output)
"testmodImplementation"(sourceSets["client"].output)