diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-04-04 21:12:29 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-04 21:12:29 +0000 |
| commit | 5a44410a18329ce2f02726ab763c145189f4487a (patch) | |
| tree | ea0ecc589158458e41589f6d59c29c34a9a68014 /platform-paper | |
| parent | d6e8aba2a8714104d39df98fc95c531a4c7a6f8b (diff) | |
| download | LunaticChat-5a44410a18329ce2f02726ab763c145189f4487a.tar.gz LunaticChat-5a44410a18329ce2f02726ab763c145189f4487a.tar.bz2 LunaticChat-5a44410a18329ce2f02726ab763c145189f4487a.zip | |
fix(deps): update dependency io.papermc.paper:paper-api to v26.1.1.build.16-alpha (#169)
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 6194c5a..7d71c4a 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.15-alpha") + compileOnly("io.papermc.paper:paper-api:26.1.1.build.16-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.15-alpha") + testImplementation("io.papermc.paper:paper-api:26.1.1.build.16-alpha") testImplementation("io.mockk:mockk:1.14.9") testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.10.2") } |
