diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-05-26 21:09:01 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-26 21:09:01 +0000 |
| commit | a40cfa8fac4e8c009362cdc6c74dd281ae2315b3 (patch) | |
| tree | 4d155d334fed8a01b713181076fd6d0f8c3bac54 /platform-paper/build.gradle.kts | |
| parent | 29816b231574fee6b31a4b48da5a39a5bcd6ed4a (diff) | |
| download | LunaticChat-a40cfa8fac4e8c009362cdc6c74dd281ae2315b3.tar.gz LunaticChat-a40cfa8fac4e8c009362cdc6c74dd281ae2315b3.tar.bz2 LunaticChat-a40cfa8fac4e8c009362cdc6c74dd281ae2315b3.zip | |
fix(deps): update dependency io.papermc.paper:paper-api to v26.1.2.build.66-stable (#212)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'platform-paper/build.gradle.kts')
| -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 8024bea..4be4fc0 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.65-stable") + compileOnly("io.papermc.paper:paper-api:26.1.2.build.66-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.65-stable") + testImplementation("io.papermc.paper:paper-api:26.1.2.build.66-stable") testImplementation("io.mockk:mockk:1.14.9") testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.11.0") } |
