Skip to content

Commit

Permalink
build(deps): Bump deps and Foojay
Browse files Browse the repository at this point in the history
  • Loading branch information
VidTu committed Dec 2, 2024
1 parent 6b47650 commit b94e878
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ fabric-mc1204 = "0.97.2+1.20.4"
fabric-mc1206 = "0.100.8+1.20.6"
fabric-mc1211 = "0.110.0+1.21.1"
fabric-mc1213 = "0.110.0+1.21.3"
fabric-mc1214 = "0.110.2+1.21.4"
forge-mc1182 = "1.18.2-40.2.25"
fabric-mc1214 = "0.110.3+1.21.4"
forge-mc1182 = "1.18.2-40.2.26"
forge-mc1192 = "1.19.2-43.4.6"
forge-mc1194 = "1.19.4-45.3.9"
forge-mc1201 = "1.20.1-47.3.12"
Expand Down Expand Up @@ -52,7 +52,7 @@ neoforge-mc1202 = "20.2.88"
neoforge-mc1204 = "20.4.237"
neoforge-mc1206 = "20.6.121"
neoforge-mc1211 = "21.1.83"
neoforge-mc1213 = "21.3.55-beta"
neoforge-mc1213 = "21.3.56"
neoforge-mc1214 = "null" # Not released yet.
qsl-mc1206 = "9.0.0-alpha.1+1.20.6"
qsl-mc1211 = "null" # Quilt is dead.
Expand All @@ -62,7 +62,7 @@ quilt-loader = "0.27.0"
quilt-mc1182 = "1.0.0-beta.28+0.67.0-1.18.2"
quilt-mc1192 = "4.0.0-beta.30+0.77.0-1.19.2"
quilt-mc1194 = "6.0.0-beta.9+0.83.0-1.19.4" # Updating this to the latest version causes compilation errors for whatever reason.
quilt-mc1201 = "7.6.0+0.92.2-1.20.1"
quilt-mc1201 = "7.7.0+0.92.2-1.20.1"
quilt-mc1202 = "8.0.0-alpha.6+0.91.6-1.20.2"
quilt-mc1204 = "9.0.0-alpha.8+0.97.0-1.20.4"
quilt-mc1206 = "10.0.0-alpha.3+0.100.4-1.20.6"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pluginManagement {
}

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version "0.8.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
}

rootProject.name = "In-Game Account Switcher"
Expand Down

0 comments on commit b94e878

Please sign in to comment.