aboutsummaryrefslogtreecommitdiff
path: root/spark-fabric/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'spark-fabric/build.gradle')
-rw-r--r--spark-fabric/build.gradle8
1 files changed, 4 insertions, 4 deletions
diff --git a/spark-fabric/build.gradle b/spark-fabric/build.gradle
index f2ad598..d7e87cd 100644
--- a/spark-fabric/build.gradle
+++ b/spark-fabric/build.gradle
@@ -28,9 +28,9 @@ configurations {
dependencies {
// https://modmuss50.me/fabric.html
- minecraft 'com.mojang:minecraft:1.18'
- mappings 'net.fabricmc:yarn:1.18+build.1:v2'
- modImplementation 'net.fabricmc:fabric-loader:0.12.6'
+ minecraft 'com.mojang:minecraft:1.18.1'
+ mappings 'net.fabricmc:yarn:1.18.1+build.9:v2'
+ modImplementation 'net.fabricmc:fabric-loader:0.12.12'
Set<String> apiModules = [
"fabric-api-base",
@@ -40,7 +40,7 @@ dependencies {
// Add each module as a dependency
apiModules.forEach {
- modImplementation(fabricApi.module(it, '0.43.1+1.18'))
+ modImplementation(fabricApi.module(it, '0.45.0+1.18'))
}
include(modImplementation('me.lucko:fabric-permissions-api:0.1-SNAPSHOT'))