Skip to content

Commit c19463f

Browse files
Bump org.spigotmc:spigot-api (#11)
Bumps org.spigotmc:spigot-api from 1.21.7-R0.1-SNAPSHOT to 1.21.8-R0.1-SNAPSHOT. --- updated-dependencies: - dependency-name: org.spigotmc:spigot-api dependency-version: 1.21.8-R0.1-SNAPSHOT dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f318b10 commit c19463f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.7-R0.1-SNAPSHOT")
44+
compileOnly("org.spigotmc:spigot-api:1.21.8-R0.1-SNAPSHOT")
4545
compileOnly("net.kyori:adventure-text-serializer-legacy:4.23.0")
4646
compileOnly("net.kyori:adventure-text-minimessage:4.23.0")
4747
compileOnly("io.github.miniplaceholders:miniplaceholders-api:2.2.3")

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.7-R0.1-SNAPSHOT")
7+
compileOnly("org.spigotmc:spigot-api:1.21.8-R0.1-SNAPSHOT")
88

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

0 commit comments

Comments
 (0)