Skip to content

Commit 08ca405

Browse files
Merge pull request #24 from OakLoaf/dependabot/gradle/org.spigotmc-spigot-api-1.21.10-R0.1-SNAPSHOT
Bump org.spigotmc:spigot-api from 1.21.8-R0.1-SNAPSHOT to 1.21.10-R0.1-SNAPSHOT
1 parent fd3e93d commit 08ca405

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

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

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

0 commit comments

Comments
 (0)