diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2026-05-08 18:19:02 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-08 18:19:02 +0000 |
| commit | ff73b8622de45a70b19ee5887c81c5117da6a038 (patch) | |
| tree | 9abab97db677f3ee4c9b72096981613143975668 /platform-paper/build.gradle.kts | |
| parent | a35c9a6c1a2f70c07e91c53417ec355f25603d5d (diff) | |
| download | LunaticChat-ff73b8622de45a70b19ee5887c81c5117da6a038.tar.gz LunaticChat-ff73b8622de45a70b19ee5887c81c5117da6a038.tar.bz2 LunaticChat-ff73b8622de45a70b19ee5887c81c5117da6a038.zip | |
fix(deps): update dependency io.papermc.paper:paper-api to v26.1.2.build.61-stable (#201)
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 8aae27c..7a1e803 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.60-stable") + compileOnly("io.papermc.paper:paper-api:26.1.2.build.61-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.60-stable") + testImplementation("io.papermc.paper:paper-api:26.1.2.build.61-stable") testImplementation("io.mockk:mockk:1.14.9") testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.11.0") } |
