diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-05-23 04:17:51 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-23 04:17:51 +0000 |
| commit | 7fd7641e2e213ccd99c0ff0dc566f3af06e20ba5 (patch) | |
| tree | d43b7ea28f850522971a287218ca7c2284f29b79 | |
| parent | 0a998326133ac930dff537196eaab7356150eee1 (diff) | |
| download | LunaticChat-7fd7641e2e213ccd99c0ff0dc566f3af06e20ba5.tar.gz LunaticChat-7fd7641e2e213ccd99c0ff0dc566f3af06e20ba5.tar.bz2 LunaticChat-7fd7641e2e213ccd99c0ff0dc566f3af06e20ba5.zip | |
fix(deps): update dependency io.papermc.paper:paper-api to v26.1.2.build.65-stable (#210)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| -rw-r--r-- | platform-paper/build.gradle.kts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform-paper/build.gradle.kts b/platform-paper/build.gradle.kts index bea62b6..8024bea 100644 --- a/platform-paper/build.gradle.kts +++ b/platform-paper/build.gradle.kts @@ -19,12 +19,12 @@ dependencies { api(project(":engine")) // Paper-specific dependencies - compileOnly("io.papermc.paper:paper-api:26.1.2.build.64-stable") + compileOnly("io.papermc.paper:paper-api:26.1.2.build.65-stable") implementation("com.charleskorn.kaml:kaml:0.104.0") // YAML configuration implementation("org.jetbrains.kotlin:kotlin-reflect:2.3.21") // Annotation processing // Test dependencies - testImplementation("io.papermc.paper:paper-api:26.1.2.build.64-stable") + testImplementation("io.papermc.paper:paper-api:26.1.2.build.65-stable") testImplementation("io.mockk:mockk:1.14.9") testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.11.0") } |
