aboutsummaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 4769d21..616e452 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -75,7 +75,7 @@ dependencies {
})
modImplementation("net.fabricmc:fabric-loader:$fabricLoaderVersion")
- "modClientImplementation"(fabricApi.module("fabric-resource-loader-v0", "0.69.1+1.19.3"))
+ "modClientImplementation"(fabricApi.module("fabric-resource-loader-v0", "0.72.1+1.19.4"))
"testmodImplementation"(sourceSets.main.get().output)
"testmodImplementation"(sourceSets["client"].output)