Skip to content

Commit 8350f9b

Browse files
deps: bump io.papermc.paper:paper-api (#15)
Bumps io.papermc.paper:paper-api from 1.21.10-R0.1-SNAPSHOT to 1.21.11-pre3-R0.1-SNAPSHOT. --- updated-dependencies: - dependency-name: io.papermc.paper:paper-api dependency-version: 1.21.11-pre3-R0.1-SNAPSHOT dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 57dd506 commit 8350f9b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ repositories {
6363
}
6464

6565
dependencies {
66-
compileOnly 'io.papermc.paper:paper-api:1.21.10-R0.1-SNAPSHOT'
66+
compileOnly 'io.papermc.paper:paper-api:1.21.11-pre3-R0.1-SNAPSHOT'
6767
compileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.8'
6868
implementation 'io.papermc:paperlib:1.0.8'
6969
implementation 'org.bstats:bstats-bukkit:3.1.0'
7070
spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0'
7171
testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.8'
72-
testImplementation 'io.papermc.paper:paper-api:1.21.10-R0.1-SNAPSHOT'
72+
testImplementation 'io.papermc.paper:paper-api:1.21.11-pre3-R0.1-SNAPSHOT'
7373
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.1'
7474
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.1'
7575
}

0 commit comments

Comments
 (0)