aboutsummaryrefslogtreecommitdiff
path: root/gradle
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2025-11-15 23:13:50 +0100
committerLinnea Gräf <nea@nea.moe>2025-11-15 23:13:50 +0100
commit4d8399ff4d769def62e6a8241327c4f2dac47e71 (patch)
tree703f8651cb680d2583d82c2b1b4aee0911ccb490 /gradle
parent215178c650d38a4a77fdef6dc8815c07bef29c25 (diff)
downloadFirmament-4d8399ff4d769def62e6a8241327c4f2dac47e71.tar.gz
Firmament-4d8399ff4d769def62e6a8241327c4f2dac47e71.tar.bz2
Firmament-4d8399ff4d769def62e6a8241327c4f2dac47e71.zip
snapshot: main source set compile
Diffstat (limited to 'gradle')
-rw-r--r--gradle/libs.versions.toml39
1 files changed, 15 insertions, 24 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 4c18ea7..625f436 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -3,7 +3,7 @@
# SPDX-License-Identifier: CC0-1.0
[versions]
-minecraft = "1.21.7"
+minecraft = "1.21.10"
# Update from https://maven.fabricmc.net/net/fabricmc/fabric-language-kotlin/
fabric_kotlin = "1.13.7+kotlin.2.2.21"
@@ -13,44 +13,37 @@ kotlin = "2.2.21"
kotlin_ksp = "2.2.21-2.0.4"
# Update from https://linkie.shedaniel.dev/dependencies?loader=fabric
-yarn = "1.21.7+build.8"
-fabric_loader = "0.16.14"
-fabric_api = "0.129.0+1.21.7"
-architectury = "17.0.6"
-modmenu = "15.0.0-beta.3"
+yarn = "1.21.10+build.2"
+fabric_loader = "0.18.0"
+fabric_api = "0.138.3+1.21.10"
+architectury = "18.0.6"
+modmenu = "16.0.0-rc.1"
# Update from https://maven.architectury.dev/me/shedaniel/RoughlyEnoughItems-fabric/ (but is typically late)
-rei = "19.0.805"
+rei = "20.0.811"
reidev = "33d8900cd6621816680634fcbae2dd07f1cffbd3"
# Update from https://maven.architectury.dev/dev/architectury/loom/dev.architectury.loom.gradle.plugin/
loom = "1.13.457" # 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.8-0.7.2-fabric"
+sodium = "mc1.21.10-0.7.3-fabric"
# Update from https://modrinth.com/mod/freecam/versions?l=fabric
-freecammod = "1.3.4+mc1.21.6"
-
-# Update from https://modrinth.com/mod/no-chat-reports/versions?l=fabric
-ncr = "Fabric-1.21.7-v2.14.0"
+freecammod = "1.3.5+mc1.21.10"
# Update from https://modrinth.com/mod/female-gender/versions?l=fabric
-femalegender = "4.3.4+1.21.7"
+femalegender = "5.0.0-Beta.2+1.21.10"
# Update from https://modrinth.com/mod/iris/versions?l=fabric
-iris = "1.9.6+1.21.8-fabric"
+iris = "1.9.6+1.21.10-fabric"
shadow = "8.3.8"
-
# Update from https://modrinth.com/mod/not-enough-animations/versions?l=fabric
-notenoughanimations = "JTLkasT1"
+notenoughanimations = "rPkK5la7"
# Update from https://modrinth.com/mod/jade/versions?l=fabric
-jade = "19.0.4+fabric"
+jade = "20.1.0+fabric"
devauth = "1.2.1"
@@ -84,7 +77,7 @@ manninghamMills = "2.4.1"
# Update from https://docs.isxander.dev/yet-another-config-lib/installing-yacl
# Nvm, they just don't update docs: https://modrinth.com/mod/yacl/versions?l=fabric
-yacl = "3.7.1+1.21.6-fabric"
+yacl = "3.8.0+1.21.9-fabric"
# Update from https://maven.shedaniel.me/me/shedaniel/cloth/basic-math/
basicMath = "0.6.1"
@@ -109,7 +102,7 @@ rei_fabric = { module = "me.shedaniel:RoughlyEnoughItems-fabric", version.ref =
rei_dev_api = { module = "com.github.shedaniel.roughlyenoughitems:RoughlyEnoughItems-api", version.ref = "reidev" }
rei_dev_fabric = { module = "com.github.shedaniel.roughlyenoughitems:RoughlyEnoughItems-fabric", version.ref = "reidev" }
-moulconfig = { module = "org.notenoughupdates.moulconfig:modern-1.21.7", version.ref = "moulconfig" }
+moulconfig = { module = "org.notenoughupdates.moulconfig:modern-1.21.10", version.ref = "moulconfig" }
repoparser = { module = "moe.nea:neurepoparser", version.ref = "neurepoparser" }
mixinextras = { module = "io.github.llamalad7:mixinextras-fabric", version.ref = "mixinextras" }
jarvis_api = { module = "moe.nea.jarvis:jarvis-api", version.ref = "jarvis" }
@@ -125,8 +118,6 @@ hotswap = { module = "virtual.github.hotswapagent:hotswap-agent", version.ref =
architectury_fabric = { module = "dev.architectury:architectury-fabric", version.ref = "architectury" }
devauth = { module = "me.djtheredstoner:DevAuth-fabric", version.ref = "devauth" }
modmenu = { module = "maven.modrinth:modmenu", version.ref = "modmenu" }
-qolify = { module = "maven.modrinth:qolify", version.ref = "qolify" }
-ncr = { module = "maven.modrinth:no-chat-reports", version.ref = "ncr" }
sodium = { module = "maven.modrinth:sodium", version.ref = "sodium" }
freecammod = { module = "maven.modrinth:freecam", version.ref = "freecammod" }
femalegender = { module = "maven.modrinth:female-gender", version.ref = "femalegender" }