Skip to content

Commit

Permalink
Update some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed Jan 9, 2025
1 parent f66b1f4 commit ed52428
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id("io.github.gaming32.gradle.preprocess-root") version "0.4.4"
id("dev.architectury.loom") version "1.9.420" apply false
id("dev.architectury.loom") version "1.9.424" apply false
id("com.modrinth.minotaur") version "2.8.7" apply false
id("xyz.wagyourtail.jvmdowngrader") version "1.2.1" apply false
}
Expand Down
12 changes: 6 additions & 6 deletions version.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ dependencies {
nameSyntheticMembers = true
}
when {
mcVersion >= 1_21_04 -> "1.21.4:2024.12.07"
mcVersion >= 1_21_04 -> "1.21.4:2025.01.05"
mcVersion >= 1_21_03 -> "1.21.3:2024.12.07"
mcVersion >= 1_21_01 -> "1.21.1:2024.11.17"
mcVersion >= 1_20_06 -> "1.20.6:2024.06.16"
Expand All @@ -176,7 +176,7 @@ dependencies {
}.let { "forge"("net.minecraftforge:forge:$mcVersionString-$it") }
isNeoForge ->
when (mcVersion) {
1_21_04 -> "21.4.30-beta"
1_21_04 -> "21.4.50-beta"
1_21_03 -> "21.3.56"
1_21_01 -> "21.1.1"
1_20_06 -> "20.6.115"
Expand All @@ -192,7 +192,7 @@ dependencies {

if (isFabric) {
when (mcVersion) {
1_21_04 -> "13.0.0-beta.1"
1_21_04 -> "13.0.0"
1_21_03 -> "12.0.0"
1_21_01 -> "11.0.3"
1_20_06 -> "10.0.0"
Expand All @@ -215,9 +215,9 @@ dependencies {

if (isFabric) {
when (mcVersion) {
1_21_04 -> "0.111.0+1.21.4"
1_21_03 -> "0.110.0+1.21.3"
1_21_01 -> "0.110.0+1.21.1"
1_21_04 -> "0.114.2+1.21.4"
1_21_03 -> "0.114.0+1.21.3"
1_21_01 -> "0.114.0+1.21.1"
1_20_06 -> "0.100.8+1.20.6"
1_20_04 -> "0.97.2+1.20.4"
1_20_01 -> "0.92.2+1.20.1"
Expand Down

0 comments on commit ed52428

Please sign in to comment.