Skip to content

Commit b8ebd93

Browse files
Bump org.spigotmc:spigot-api (#29)
Bumps org.spigotmc:spigot-api from 1.21.10-R0.1-SNAPSHOT to 1.21.11-R0.1-SNAPSHOT. --- updated-dependencies: - dependency-name: org.spigotmc:spigot-api dependency-version: 1.21.11-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 69155e0 commit b8ebd93

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ allprojects {
4141
}
4242

4343
dependencies {
44-
compileOnly("org.spigotmc:spigot-api:1.21.10-R0.1-SNAPSHOT")
44+
compileOnly("org.spigotmc:spigot-api:1.21.11-R0.1-SNAPSHOT")
4545
compileOnly("net.kyori:adventure-text-serializer-legacy:4.25.0")
4646
compileOnly("net.kyori:adventure-text-minimessage:4.25.0")
4747
compileOnly("io.github.miniplaceholders:miniplaceholders-api:3.1.0")

test/spigot/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44

55
dependencies {
66
// Dependencies
7-
compileOnly("org.spigotmc:spigot-api:1.21.10-R0.1-SNAPSHOT")
7+
compileOnly("org.spigotmc:spigot-api:1.21.11-R0.1-SNAPSHOT")
88

99
// Libraries
1010
implementation(project(":"))

0 commit comments

Comments
 (0)