Skip to content

Commit

Permalink
Update dependencies for Minecraft 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Jun 20, 2024
1 parent 2d47e73 commit 8c66bcd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
3 changes: 2 additions & 1 deletion gradle/build-logic/src/main/kotlin/extensions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ val bukkitVersions = listOf(
"1.17.1",
"1.18.2",
"1.19.4",
"1.20.6"
"1.20.6",
"1.21",
)
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ indra = "3.1.3"
shadow = "8.1.7"
adventure = "4.17.0"
adventurePlatform = "4.3.3"
adventurePlatformFabric = "5.13.0"
adventurePlatformFabric = "5.14.0-SNAPSHOT"
configurate = "4.1.2"
checkerQual = "3.43.0"
slf4j = "1.7.32"
Expand All @@ -22,11 +22,11 @@ bstats = "3.0.2"
paperApi = "1.16.5-R0.1-SNAPSHOT"
paperlib = "1.0.8"
waterfallApi = "1.16-R0.5-SNAPSHOT"
fabricApi = "0.99.4+1.20.6"
fabricApi = "0.100.3+1.21"
fabricLoader = "0.15.11"
minecraft = "1.20.6"
minecraft = "1.21"
spongeApi7 = "7.2.0"
velocityApi = "3.2.0-SNAPSHOT"
velocityApi = "3.3.0-SNAPSHOT"
jupiterEngine = "5.10.2"

[libraries]
Expand Down
4 changes: 2 additions & 2 deletions platform/fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"minimotd-fabric.mixins.json"
],
"depends": {
"fabricloader": ">=0.15.10",
"fabricloader": ">=0.15.11",
"fabric": "*",
"minecraft": "~1.20.5"
"minecraft": "~1.21"
}
}
3 changes: 2 additions & 1 deletion platform/sponge8/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ publishMods.modrinth {
"1.17.1",
"1.18.2",
"1.19.4",
"1.20.6"
"1.20.6",
"1.21",
)
}

0 comments on commit 8c66bcd

Please sign in to comment.