Skip to content

Commit

Permalink
Bump org.spigotmc:spigot-api
Browse files Browse the repository at this point in the history
Bumps org.spigotmc:spigot-api from 1.16.5-R0.1-SNAPSHOT to 1.20.4-R0.1-SNAPSHOT.

---
updated-dependencies:
- dependency-name: org.spigotmc:spigot-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 14, 2024
1 parent 40e558a commit 3ac133d
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion multiversion/common/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dependencies {
compileOnly("org.spigotmc:spigot-api:1.16.5-R0.1-SNAPSHOT")
compileOnly("org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT")
}
2 changes: 1 addition & 1 deletion multiversion/default/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
compileOnly("org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT")
compileOnly("org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT")
compileOnly(project(":multiversion:common"))
compileOnly("io.papermc:paperlib:1.0.8")
}
2 changes: 1 addition & 1 deletion multiversion/v1_18_R1/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
compileOnly ("org.spigotmc:spigot-api:1.18.1-R0.1-SNAPSHOT")
compileOnly ("org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT")
compileOnly ("org.spigotmc:spigot:1.18.1")
compileOnly(project(":multiversion:common"))
compileOnly("io.papermc:paperlib:1.0.8")
Expand Down
2 changes: 1 addition & 1 deletion multiversion/v1_18_R2/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
compileOnly ("org.spigotmc:spigot-api:1.18-R0.1-SNAPSHOT")
compileOnly ("org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT")
compileOnly ("org.spigotmc:spigot:1.18.2")
compileOnly(project(":multiversion:common"))
compileOnly("io.papermc:paperlib:1.0.8")
Expand Down
2 changes: 1 addition & 1 deletion multiversion/v1_19_R1/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
compileOnly ("org.spigotmc:spigot-api:1.19.1-R0.1-SNAPSHOT")
compileOnly ("org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT")
compileOnly ("org.spigotmc:spigot:1.19")
compileOnly(project(":multiversion:common"))
compileOnly("io.papermc:paperlib:1.0.8")
Expand Down
2 changes: 1 addition & 1 deletion multiversion/v1_19_R2/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
compileOnly ("org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT")
compileOnly ("org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT")
compileOnly ("org.spigotmc:spigot:1.19.3")
compileOnly(project(":multiversion:common"))
compileOnly("io.papermc:paperlib:1.0.8")
Expand Down
2 changes: 1 addition & 1 deletion multiversion/v1_19_R3/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
compileOnly ("org.spigotmc:spigot-api:1.19.4-R0.1-SNAPSHOT")
compileOnly ("org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT")
compileOnly ("org.spigotmc:spigot:1.19.4")
compileOnly(project(":multiversion:common"))
compileOnly("io.papermc:paperlib:1.0.8")
Expand Down
2 changes: 1 addition & 1 deletion multiversion/v1_20_R1/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
compileOnly ("org.spigotmc:spigot-api:1.20-R0.1-SNAPSHOT")
compileOnly ("org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT")
compileOnly ("org.spigotmc:spigot:1.20")
compileOnly(project(":multiversion:common"))
compileOnly("io.papermc:paperlib:1.0.8")
Expand Down
2 changes: 1 addition & 1 deletion multiversion/v1_20_R2/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
compileOnly ("org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT")
compileOnly ("org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT")
compileOnly ("org.spigotmc:spigot:1.20.2")
compileOnly(project(":multiversion:common"))
compileOnly("io.papermc:paperlib:1.0.8")
Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {

// Other dependencies that are not required or already available at runtime
compileOnly("org.jetbrains:annotations:24.1.0")
compileOnly("org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT")
compileOnly("org.spigotmc:spigot-api:1.20.4-R0.1-SNAPSHOT")

// Include all the nms sub-modules
val multiVersionProjects = project(":multiversion").dependencyProject.subprojects
Expand Down

0 comments on commit 3ac133d

Please sign in to comment.