Skip to content

Commit da85799

Browse files
GH-93 Bump spigot-api from 1.18.2-R0.1-SNAPSHOT to 1.19-R0.1-SNAPSHOT (#93)
Bumps spigot-api from 1.18.2-R0.1-SNAPSHOT to 1.19-R0.1-SNAPSHOT. --- updated-dependencies: - dependency-name: org.spigotmc:spigot-api 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 acd14cf commit da85799

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

litecommands-bukkit-adventure/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ dependencies {
33
api(project(":litecommands-core"))
44
api(project(":litecommands-bukkit"))
55

6-
compileOnly("org.spigotmc:spigot-api:1.18.2-R0.1-SNAPSHOT")
6+
compileOnly("org.spigotmc:spigot-api:1.19-R0.1-SNAPSHOT")
77
compileOnly("net.kyori:adventure-platform-api:4.1.1")
88
compileOnly("net.kyori:adventure-text-minimessage:4.11.0")
99
compileOnly("net.kyori:adventure-text-serializer-legacy:4.10.1")

litecommands-bukkit/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencies {
22
api(project(":litecommands-core"))
33

4-
compileOnly("org.spigotmc:spigot-api:1.18.2-R0.1-SNAPSHOT")
4+
compileOnly("org.spigotmc:spigot-api:1.19-R0.1-SNAPSHOT")
55
}
66

77
val bukkitArtifact: String by rootProject.extra

0 commit comments

Comments
 (0)