Skip to content

Commit 3dbc835

Browse files
Bump org.spigotmc:spigot-api (#61)
Bumps org.spigotmc:spigot-api from 26.1-R0.1-SNAPSHOT to 26.1.1-R0.1-SNAPSHOT. --- updated-dependencies: - dependency-name: org.spigotmc:spigot-api dependency-version: 26.1.1-R0.1-SNAPSHOT dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c534ab6 commit 3dbc835

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bukkit/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ plugins {
44

55
dependencies {
66
// Dependencies
7-
compileOnly("org.spigotmc:spigot-api:26.1-R0.1-SNAPSHOT")
8-
testCompileOnly("org.spigotmc:spigot-api:26.1-R0.1-SNAPSHOT")
7+
compileOnly("org.spigotmc:spigot-api:26.1.1-R0.1-SNAPSHOT")
8+
testCompileOnly("org.spigotmc:spigot-api:26.1.1-R0.1-SNAPSHOT")
99

1010
// Projects
1111
api(project(":api"))

bukkit/test/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:26.1-R0.1-SNAPSHOT")
7+
compileOnly("org.spigotmc:spigot-api:26.1.1-R0.1-SNAPSHOT")
88

99
// Projects
1010
api(project(":bukkit"))

0 commit comments

Comments
 (0)