summaryrefslogtreecommitdiffstats
path: root/bukkit
diff options
context:
space:
mode:
authorKrakenied <Krakenied1@gmail.com>2024-08-22 11:21:10 +0200
committerKrakenied <46192742+Krakenied@users.noreply.github.com>2024-08-28 11:37:11 +0200
commitcb2b64e720117fc50f1bdaefedf465e165b31e5a (patch)
tree1e54c0077d5bd468d8a2e46b5d40dc0a4b361fa7 /bukkit
parente16d38633cec8c32900a1fee882f9eabbc1fd44b (diff)
Bump paper-api to 1.21.1 to ensure compatibility with the latest version
Diffstat (limited to 'bukkit')
-rw-r--r--bukkit/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/bukkit/build.gradle.kts b/bukkit/build.gradle.kts
index b57dd564..c94a7da1 100644
--- a/bukkit/build.gradle.kts
+++ b/bukkit/build.gradle.kts
@@ -61,7 +61,7 @@ dependencies {
compileOnlyProject(":common")
// Paper
- compileOnlyServer("io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT")
+ compileOnlyServer("io.papermc.paper:paper-api:1.21.1-R0.1-SNAPSHOT")
// ASkyBlock
compileOnlyPlugin("com.wasteofplastic:askyblock:3.0.9.4")