Skip to content

Commit

Permalink
Update some dependencies to stable
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed Nov 30, 2024
1 parent 8802d20 commit 5b0912a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.7.414" apply false
id("dev.architectury.loom") version "1.7.415" apply false
id("com.modrinth.minotaur") version "2.8.7" apply false
id("xyz.wagyourtail.jvmdowngrader") version "1.2.1" apply false
}
Expand Down
4 changes: 2 additions & 2 deletions version.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ dependencies {
}.let { "forge"("net.minecraftforge:forge:$mcVersionString-$it") }
isNeoForge ->
when (mcVersion) {
1_21_03 -> "21.3.2-beta"
1_21_03 -> "21.3.56"
1_21_01 -> "21.1.1"
1_20_06 -> "20.6.115"
1_20_04 -> "20.4.167"
Expand All @@ -197,7 +197,7 @@ dependencies {
when (mcVersion) {
1_21_03 -> "12.0.0-beta.1"
1_21_01 -> "11.0.1"
1_20_06 -> "10.0.0-beta.1"
1_20_06 -> "10.0.0"
1_20_04 -> "9.0.0"
1_20_01 -> "7.2.2"
1_19_04 -> "6.3.1"
Expand Down

0 comments on commit 5b0912a

Please sign in to comment.