diff options
| author | Krakenied <Krakenied1@gmail.com> | 2024-08-22 11:21:10 +0200 |
|---|---|---|
| committer | Krakenied <46192742+Krakenied@users.noreply.github.com> | 2024-08-28 11:37:11 +0200 |
| commit | cb2b64e720117fc50f1bdaefedf465e165b31e5a (patch) | |
| tree | 1e54c0077d5bd468d8a2e46b5d40dc0a4b361fa7 | |
| parent | e16d38633cec8c32900a1fee882f9eabbc1fd44b (diff) | |
Bump paper-api to 1.21.1 to ensure compatibility with the latest version
| -rw-r--r-- | bukkit/build.gradle.kts | 2 |
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") |
