diff --git a/fabric/build.gradle b/fabric/build.gradle index 36a80a492..2d53b665d 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -2,7 +2,7 @@ import net.fabricmc.loom.task.RemapJarTask plugins { id 'com.github.johnrengelman.shadow' version '7.1.2' - id 'fabric-loom' version '1.0-SNAPSHOT' + id 'fabric-loom' version '1.1-SNAPSHOT' } archivesBaseName = 'luckperms' @@ -16,7 +16,7 @@ dependencies { // https://modmuss50.me/fabric.html minecraft 'com.mojang:minecraft:1.19.3' mappings 'net.fabricmc:yarn:1.19.3+build.5:v2' - modImplementation 'net.fabricmc:fabric-loader:0.14.12' + modImplementation 'net.fabricmc:fabric-loader:0.14.13' Set apiModules = [ 'fabric-api-base', @@ -26,7 +26,7 @@ dependencies { ] apiModules.forEach { - modImplementation(fabricApi.module(it, '0.70.0+1.19.3')) + modImplementation(fabricApi.module(it, '0.73.0+1.19.3')) } include(modImplementation('me.lucko:fabric-permissions-api:0.2-SNAPSHOT')) diff --git a/forge/gradle.properties b/forge/gradle.properties index f64d844c1..91ae7770d 100644 --- a/forge/gradle.properties +++ b/forge/gradle.properties @@ -1,2 +1,2 @@ minecraftVersion=1.19.3 -forgeVersion=44.0.48 \ No newline at end of file +forgeVersion=44.1.0 \ No newline at end of file