diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-04-05 00:36:47 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-05 00:36:47 +0000 |
| commit | cb6bad8a70b516d68fce77acbdb73d003fb2bab2 (patch) | |
| tree | d916bace48ca5cd77a69ec4da64378feb0ce6389 /platform-paper | |
| parent | 5a44410a18329ce2f02726ab763c145189f4487a (diff) | |
| download | LunaticChat-cb6bad8a70b516d68fce77acbdb73d003fb2bab2.tar.gz LunaticChat-cb6bad8a70b516d68fce77acbdb73d003fb2bab2.tar.bz2 LunaticChat-cb6bad8a70b516d68fce77acbdb73d003fb2bab2.zip | |
fix(deps): update dependency io.papermc.paper:paper-api to v26.1.1.build.18-alpha (#170)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to 'platform-paper')
| -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 7d71c4a..485f8b4 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.1.build.16-alpha") + compileOnly("io.papermc.paper:paper-api:26.1.1.build.18-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.16-alpha") + testImplementation("io.papermc.paper:paper-api:26.1.1.build.18-alpha") testImplementation("io.mockk:mockk:1.14.9") testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2") } |
