diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-04-04 12:00:19 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-04 12:00:19 +0000 |
| commit | 78a6d7ae3fc3c6fcb98a048889cd489d34a10978 (patch) | |
| tree | 9feca029522e4d64a7eb8e2550330619acb21270 | |
| parent | 98140130d8ee8a9c4d508e1b465541b97932b52d (diff) | |
| download | LunaticChat-nightly.tar.gz LunaticChat-nightly.tar.bz2 LunaticChat-nightly.zip | |
fix(deps): update dependency io.papermc.paper:paper-api to v26.1.1.build.15-alpha (#166)nightly
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 e1042c5..9e494c8 100644 --- a/platform-paper/build.gradle.kts +++ b/platform-paper/build.gradle.kts @@ -17,12 +17,12 @@ dependencies { api(project(":engine")) // Paper-specific dependencies - compileOnly("io.papermc.paper:paper-api:26.1.1.build.14-alpha") + compileOnly("io.papermc.paper:paper-api:26.1.1.build.15-alpha") implementation("com.charleskorn.kaml:kaml:0.104.0") // YAML configuration implementation("org.jetbrains.kotlin:kotlin-reflect:2.3.20") // Annotation processing // Test dependencies - testImplementation("io.papermc.paper:paper-api:26.1.1.build.14-alpha") + testImplementation("io.papermc.paper:paper-api:26.1.1.build.15-alpha") testImplementation("io.mockk:mockk:1.14.9") testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2") } |
