Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 18, 2023
1 parent 1dbf4f1 commit d205738
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion hCore-bukkit/api/build.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
dependencies {
compileOnly 'org.spigotmc:spigot:1.16.4-R0.1-SNAPSHOT'
compileOnly 'org.spigotmc:spigot:1.20.4-R0.1-SNAPSHOT'
}
2 changes: 1 addition & 1 deletion hCore-bukkit/nms/v1_18_R1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sourceCompatibility = 17

dependencies {
compileOnly 'com.mojang:authlib:3.2.28'
compileOnly 'org.spigotmc:spigot:1.18-R0.1-SNAPSHOT'
compileOnly 'org.spigotmc:spigot:1.20.4-R0.1-SNAPSHOT'
compileOnly project(':hCore-bukkit:api')
}

Expand Down
2 changes: 1 addition & 1 deletion hCore-bukkit/nms/v1_18_R2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sourceCompatibility = 17

dependencies {
compileOnly 'com.mojang:authlib:3.2.28'
compileOnly 'org.spigotmc:spigot:1.18.2-R0.1-SNAPSHOT'
compileOnly 'org.spigotmc:spigot:1.20.4-R0.1-SNAPSHOT'
compileOnly project(':hCore-bukkit:api')
}

Expand Down
2 changes: 1 addition & 1 deletion hCore-bukkit/nms/v1_19_1_R1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sourceCompatibility = 17

dependencies {
compileOnly 'com.mojang:authlib:3.2.28'
compileOnly 'org.spigotmc:spigot:1.19.1-R0.1-SNAPSHOT'
compileOnly 'org.spigotmc:spigot:1.20.4-R0.1-SNAPSHOT'
compileOnly project(':hCore-bukkit:api')
}

Expand Down
2 changes: 1 addition & 1 deletion hCore-bukkit/nms/v1_19_R1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sourceCompatibility = 17

dependencies {
compileOnly 'com.mojang:authlib:3.2.28'
compileOnly 'org.spigotmc:spigot:1.19-R0.1-SNAPSHOT'
compileOnly 'org.spigotmc:spigot:1.20.4-R0.1-SNAPSHOT'
compileOnly project(':hCore-bukkit:api')
}

Expand Down
2 changes: 1 addition & 1 deletion hCore-bukkit/nms/v1_19_R2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sourceCompatibility = 17

dependencies {
compileOnly 'com.mojang:authlib:3.2.28'
compileOnly 'org.spigotmc:spigot:1.19.3-R0.1-SNAPSHOT'
compileOnly 'org.spigotmc:spigot:1.20.4-R0.1-SNAPSHOT'
compileOnly project(':hCore-bukkit:api')
}

Expand Down
2 changes: 1 addition & 1 deletion hCore-bukkit/nms/v1_19_R3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sourceCompatibility = 17

dependencies {
compileOnly 'com.mojang:authlib:3.2.28'
compileOnly 'org.spigotmc:spigot:1.19.4-R0.1-SNAPSHOT'
compileOnly 'org.spigotmc:spigot:1.20.4-R0.1-SNAPSHOT'
compileOnly project(':hCore-bukkit:api')
}

Expand Down
2 changes: 1 addition & 1 deletion hCore-bukkit/nms/v1_20_R1/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sourceCompatibility = 17

dependencies {
compileOnly 'com.mojang:authlib:3.2.28'
compileOnly 'org.spigotmc:spigot:1.20.1-R0.1-SNAPSHOT'
compileOnly 'org.spigotmc:spigot:1.20.4-R0.1-SNAPSHOT'
compileOnly project(':hCore-bukkit:api')
}

Expand Down
2 changes: 1 addition & 1 deletion hCore-bukkit/nms/v1_20_R2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sourceCompatibility = 17

dependencies {
compileOnly 'com.mojang:authlib:3.2.28'
compileOnly 'org.spigotmc:spigot:1.20.2-R0.1-SNAPSHOT'
compileOnly 'org.spigotmc:spigot:1.20.4-R0.1-SNAPSHOT'
compileOnly project(':hCore-bukkit:api')
}

Expand Down
2 changes: 1 addition & 1 deletion hCore-bukkit/plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies {
implementation project(':hCore-bukkit:api')
implementation project(':hCore-bukkit:core')

compileOnly 'org.spigotmc:spigot:1.16.4-R0.1-SNAPSHOT'
compileOnly 'org.spigotmc:spigot:1.20.4-R0.1-SNAPSHOT'
}

tasks.compileJava.dependsOn(
Expand Down

0 comments on commit d205738

Please sign in to comment.