Skip to content

Commit b74a68b

Browse files
committed
chore: update Minecraft and Paper versions to 1.21.11 and 1.21.11-R0.1-SNAPSHOT respectively
1 parent e626112 commit b74a68b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tasks {
3535
}
3636

3737
runServer {
38-
minecraftVersion("1.21.8")
38+
minecraftVersion("1.21.11")
3939
jvmArgs("-Xmx2G", "-Dcom.mojang.eula.agree=true")
4040
}
4141

settings.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ dependencyResolutionManagement {
44
versionCatalogs {
55
create("libs") {
66

7-
version("paper", "1.21.8-R0.1-SNAPSHOT")
7+
version("paper", "1.21.11-R0.1-SNAPSHOT")
88
version("plugin.yml", "0.6.0")
99
version("run-paper", "3.0.2")
1010
version("publishdata", "1.4.0")
1111
version("shadow", "9.3.0")
1212
version("junit-bom", "6.0.2")
13-
version("mockbukit", "4.76.0")
13+
version("mockbukit", "4.101.0")
1414

1515
plugin("plugin.yml", "net.minecrell.plugin-yml.paper").versionRef("plugin.yml")
1616
plugin("run.paper", "xyz.jpenilla.run-paper").versionRef("run-paper")
@@ -52,4 +52,4 @@ dependencyResolutionManagement {
5252
}
5353
maven("https://repo.papermc.io/repository/maven-public/")
5454
}
55-
}
55+
}

0 commit comments

Comments
 (0)