From a1f14b57c49c4c6ed3111f84a512dc85536f4adb Mon Sep 17 00:00:00 2001 From: Daniel Orr Date: Thu, 17 Oct 2024 18:33:11 +0100 Subject: [PATCH] Update dependencies --- build.gradle | 2 +- gradle.properties | 8 ++++---- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index a6ee280..841c94d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ //file:noinspection all plugins { - id 'fabric-loom' version '1.6-SNAPSHOT' + id 'fabric-loom' version '1.8-SNAPSHOT' id 'maven-publish' id "org.jetbrains.kotlin.jvm" version "1.9.+" } diff --git a/gradle.properties b/gradle.properties index 97838a0..70c1a89 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,10 +4,10 @@ org.gradle.parallel=true # Fabric Properties # check these on https://fabricmc.net/develop -minecraft_version=1.21 -yarn_build=9 -loader_version=0.15.11 -fabric_version=0.100.8+1.21 +minecraft_version=1.21.1 +yarn_build=3 +loader_version=0.16.7 +fabric_version=0.106.0+1.21.1 fabric_kotlin_version=1.10.20+kotlin.1.9.24 kache_version=1.0.5 diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 509c4a2..5c40527 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists