diff options
Diffstat (limited to 'gradle')
-rw-r--r-- | gradle/libs.versions.toml | 45 | ||||
-rw-r--r-- | gradle/wrapper/gradle-wrapper.properties | 2 |
2 files changed, 26 insertions, 21 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 4c2aa52..dc1f36d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,55 +6,58 @@ minecraft = "1.21.4" # Update from https://kotlinlang.org/ -kotlin = "2.1.0" +kotlin = "2.1.10" # Update from https://github.com/google/ksp/releases -kotlin_ksp = "2.1.0-1.0.29" +kotlin_ksp = "2.1.10-1.0.30" # Update from https://linkie.shedaniel.me/dependencies?loader=fabric -fabric_loader = "0.16.9" -fabric_api = "0.110.5+1.21.4" -yarn = "1.21.4+build.1" -modmenu = "13.0.0-beta.1" +fabric_loader = "0.16.10" +fabric_api = "0.117.0+1.21.4" +yarn = "1.21.4+build.8" +modmenu = "13.0.2" architectury = "15.0.1" -rei = "17.0.789" +rei = "18.0.796" # Update from https://maven.fabricmc.net/net/fabricmc/fabric-language-kotlin/ -fabric_kotlin = "1.13.0+kotlin.2.1.0" +fabric_kotlin = "1.13.1+kotlin.2.1.10" # Update from https://maven.architectury.dev/dev/architectury/loom/dev.architectury.loom.gradle.plugin/ -loom = "1.7.414" +loom = "1.7.414" # TODO: port back to architectury (and) 1.9.424 # Update from https://modrinth.com/mod/qolify/versions?l=fabric qolify = "1.6.0-1.21.1" # Update from https://modrinth.com/mod/sodium/versions?l=fabric -sodium = "mc1.21.4-0.6.2-fabric" +sodium = "mc1.21.4-0.6.6-fabric" # Update from https://modrinth.com/mod/freecam/versions?l=fabric -freecammod = "1.3.1+mc1.21.3" +freecammod = "1.3.2+mc1.21.4" # Update from https://modrinth.com/mod/no-chat-reports/versions?l=fabric -ncr = "Fabric-1.21.3-v2.10.0" +ncr = "Fabric-1.21.4-v2.11.0" # Update from https://modrinth.com/mod/female-gender/versions?l=fabric -femalegender = "4.3.2+1.21.4" +femalegender = "4.3.3+1.21.4" # Update from https://modrinth.com/mod/explosive-enhancement/versions?l=fabric explosiveenhancement = "1.2.3-1.21.0" # Update from https://modrinth.com/mod/not-enough-animations/versions?l=fabric -notenoughanimations = "BQ8qstAV" +notenoughanimations = "eZykTicT" # Update from https://modrinth.com/mod/cit-resewn/versions?l=fabric citresewn = "1.2.0+1.21" -devauth = "1.2.0" +# Update from https://modrinth.com/mod/jade/versions?l=fabric +jade = "17.2.2+fabric" + +devauth = "1.2.1" # Update from https://ktor.io/ -ktor = "3.0.2" +ktor = "3.0.3" # Update from https://repo.nea.moe/#/releases/moe/nea/neurepoparser -neurepoparser = "1.6.0" +neurepoparser = "1.7.0" # Update from https://github.com/HotswapProjects/HotswapAgent/releases # TODO: bump to 2.0.1 @@ -67,10 +70,10 @@ jarvis = "1.1.4" nealisp = "1.1.0" # Update from https://github.com/NotEnoughUpdates/MoulConfig/tags -moulconfig = "3.2.0" +moulconfig = "3.3.0" # Update from https://www.curseforge.com/minecraft/mc-mods/configured/files/all?page=1&pageSize=20 -configured = "5441234" +configured = "6023970" # Update from https://modrinth.com/mod/hypixel-mod-api/versions hypixelmodapi = "1.0.1" @@ -80,7 +83,8 @@ hypixelmodapi_fabric = "1.0.1+build.1+mc1.21" manninghamMills = "2.4.1" # Update from https://docs.isxander.dev/yet-another-config-lib/installing-yacl -yacl = "3.6.1+1.21.2-fabric" +# Nvm, they just don't update docs: https://modrinth.com/mod/yacl/versions?l=fabric +yacl = "3.6.2+1.21.4-fabric" # Update from https://maven.shedaniel.me/me/shedaniel/cloth/basic-math/0.6.1/ basicMath = "0.6.1" @@ -124,6 +128,7 @@ sodium = { module = "maven.modrinth:sodium", version.ref = "sodium" } freecammod = { module = "maven.modrinth:freecam", version.ref = "freecammod" } citresewn = { module = "maven.modrinth:cit-resewn", version.ref = "citresewn" } femalegender = { module = "maven.modrinth:female-gender", version.ref = "femalegender" } +jade = { module = "maven.modrinth:jade", version.ref = "jade" } yacl = { module = "dev.isxander:yet-another-config-lib", version.ref = "yacl" } basicMath = { module = "me.shedaniel.cloth:basic-math", version.ref = "basicMath" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 6e2ced2..4cdd0fb 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -4,6 +4,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists |