Skip to content

Commit eab09a1

Browse files
author
NoltoxGit
committed
Make @SirYwell happy! <3
1 parent 34894f7 commit eab09a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ allprojects {
8383
}
8484

8585
applyCommonConfiguration()
86-
val supportedVersions = listOf("1.20.4", "1.20.5", "1.20.6", "1.21", "1.21.1", "1.21.4", "1.21.5", "1.21.7", "1.21.8")
86+
val supportedVersions = listOf("1.20.4", "1.20.5", "1.20.6", "1.21", "1.21.1", "1.21.4", "1.21.5", "1.21.8")
8787

8888
tasks {
8989
supportedVersions.forEach {

worldedit-bukkit/adapters/adapter-1_21_6/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ repositories {
1212

1313
dependencies {
1414
// https://repo.papermc.io/service/rest/repository/browse/maven-public/io/papermc/paper/dev-bundle/
15-
the<PaperweightUserDependenciesExtension>().paperDevBundle("1.21.8-R0.1-20250718.183306-5")
15+
the<PaperweightUserDependenciesExtension>().paperDevBundle("1.21.8-R0.1-20250720.221224-10")
1616
compileOnly(libs.paperlib)
1717
}

0 commit comments

Comments
 (0)