|
1 | 1 | [versions] |
2 | 2 | # Adventure |
3 | | -adventure = "4.26.1" # https://github.com/PaperMC/adventure |
4 | | -adventure-platform = "4.4.1" # https://github.com/PaperMC/adventure-platform |
5 | | -adventure-platform-mod = "6.8.0" # https://github.com/PaperMC/adventure-platform-mod |
| 3 | +adventure = "5.0.1" # https://github.com/PaperMC/adventure |
| 4 | +adventure-platform = "4.4.1" # https://github.com/PaperMC/adventure-platform |
| 5 | +adventure-platform-mod = "6.9.0" # https://github.com/PaperMC/adventure-platform-mod |
6 | 6 |
|
7 | 7 | # Cloud |
8 | | -cloud = "2.0.0" # https://github.com/Incendo/cloud |
9 | | -cloud-minecraft = "2.0.0-beta.14" # https://github.com/Incendo/cloud-minecraft |
10 | | -cloud-minecraft-modded = "2.0.0-beta.15" # https://github.com/Incendo/cloud-minecraft-modded |
| 8 | +cloud = "2.0.0" # https://github.com/Incendo/cloud |
| 9 | +cloud-minecraft = "2.0.0-beta.15" # https://github.com/Incendo/cloud-minecraft |
| 10 | +cloud-minecraft-modded = "2.0.0-beta.16" # https://github.com/Incendo/cloud-minecraft-modded |
11 | 11 |
|
12 | 12 | # Server APIs |
13 | | -bungeecord-api = "1.21-R0.1" |
14 | | -spigot-api = "1.21.11-R0.1-SNAPSHOT" |
15 | | -paper-api = "1.21.11-R0.1-SNAPSHOT" |
| 13 | +bungeecord-api = "26.1-R0.1-SNAPSHOT" |
| 14 | +spigot-api = "26.1.2-R0.1-SNAPSHOT" |
| 15 | +paper-api = "26.1.2.build.+" |
16 | 16 | velocity-api = "3.5.0-SNAPSHOT" |
17 | 17 |
|
18 | | -# Modding |
19 | | -minecraft = "1.21.11" |
20 | | -fabric-loader = "0.18.4" |
21 | | -fabric-api = "0.141.3+1.21.11" |
22 | | -fabric-permissions-api = "0.6.1" |
23 | | -neoforge = "21.11.38-beta" |
| 18 | +# Mod loader APIs |
| 19 | +minecraft = "26.1.2" |
| 20 | +fabric-loader = "0.19.2" |
| 21 | +fabric-api = "0.146.1+26.1.2" |
| 22 | +fabric-permissions-api = "0.7.0" |
| 23 | +neoforge = "26.1.2.22-beta" |
24 | 24 |
|
25 | 25 | configurate = "4.2.0-GeyserMC-SNAPSHOT" |
26 | 26 | slf4j = "2.0.17" |
@@ -65,6 +65,6 @@ velocity-api = { group = "com.velocitypowered", name = "velocity-api", version.r |
65 | 65 |
|
66 | 66 | # Gradle Plugins |
67 | 67 | checkstyle = { group = "com.puppycrawl.tools", name = "checkstyle", version = "13.3.0" } |
68 | | -lombok-plugin = { group = "io.freefair.gradle", name = "lombok-plugin", version = "9.2.0" } |
| 68 | +lombok-plugin = { group = "io.freefair.gradle", name = "lombok-plugin", version = "9.4.0" } |
69 | 69 | shadow-plugin = { group = "com.gradleup.shadow", name = "shadow-gradle-plugin", version = "9.4.0" } |
70 | 70 | spotless-plugin = { group = "com.diffplug.spotless", name = "spotless-plugin-gradle", version = "8.4.0" } |
0 commit comments