Skip to content

Commit

Permalink
Update dependency org.spigotmc:spigot-api
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent 142b5d5 commit 05513df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.2-experimental-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 multiversion/v1_20_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.20.4-R0.1-SNAPSHOT")
compileOnly("org.spigotmc:spigot-api:1.20.4-experimental-SNAPSHOT")
compileOnly("org.spigotmc:spigot:1.20.4")
compileOnly(project(":multiversion:common"))
compileOnly("io.papermc:paperlib:1.0.8")
Expand Down
2 changes: 1 addition & 1 deletion multiversion/v1_20_R4/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.6-R0.1-SNAPSHOT")
compileOnly("org.spigotmc:spigot-api:1.20.6-experimental-SNAPSHOT")
compileOnly("org.spigotmc:spigot:1.20.6")
compileOnly(project(":multiversion:common"))
compileOnly("io.papermc:paperlib:1.0.8")
Expand Down

0 comments on commit 05513df

Please sign in to comment.