Skip to content

Commit 74c198e

Browse files
chore(deps): Bump io.papermc.paper:paper-api
Bumps io.papermc.paper:paper-api from 26.1.2.build.69-stable to 26.1.2.build.70-stable. --- updated-dependencies: - dependency-name: io.papermc.paper:paper-api dependency-version: 26.1.2.build.70-stable dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9e4ad99 commit 74c198e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@ repositories {
6666
val mockitoAgent by configurations.creating
6767

6868
dependencies {
69-
compileOnly("io.papermc.paper:paper-api:26.1.2.build.69-stable")
69+
compileOnly("io.papermc.paper:paper-api:26.1.2.build.70-stable")
7070
implementation("io.papermc:paperlib:1.0.8")
7171

7272
// The below dependencies relate to code quality and unit testing and can be remove if desired
7373
compileOnly("com.github.spotbugs:spotbugs-annotations:4.10.2")
7474
spotbugsPlugins("com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0")
7575
testCompileOnly("com.github.spotbugs:spotbugs-annotations:4.10.2")
76-
testImplementation("io.papermc.paper:paper-api:26.1.2.build.69-stable")
76+
testImplementation("io.papermc.paper:paper-api:26.1.2.build.70-stable")
7777
testImplementation("org.junit.jupiter:junit-jupiter:6.1.0")
7878
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.1.0")
7979

0 commit comments

Comments
 (0)