Skip to content

Commit

Permalink
Bump net.md-5:bungeecord-api from 1.20-R0.3-SNAPSHOT to 1.21-R0.1-SNA…
Browse files Browse the repository at this point in the history
…PSHOT (#113)

Bump net.md-5:bungeecord-api

Bumps net.md-5:bungeecord-api from 1.20-R0.3-SNAPSHOT to 1.21-R0.1-SNAPSHOT.

---
updated-dependencies:
- dependency-name: net.md-5:bungeecord-api
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 18, 2024
1 parent a9006de commit 5be2973
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bungee/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies {
implementation 'net.kyori:adventure-text-minimessage:4.17.0'

// bungeecord and plugin hooks
compileOnly 'net.md-5:bungeecord-api:1.20-R0.3-SNAPSHOT'
compileOnly 'net.md-5:bungeecord-api:1.21-R0.1-SNAPSHOT'
compileOnly 'net.luckperms:api:5.4'
// compileOnly 'dev.simplix:protocolize-api:2.2.6'

Expand Down
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {

dependencies {
// servers
compileOnly 'net.md-5:bungeecord-api:1.20-R0.3-SNAPSHOT'
compileOnly 'net.md-5:bungeecord-api:1.21-R0.1-SNAPSHOT'
compileOnly 'org.spigotmc:spigot-api:1.20.6-R0.1-SNAPSHOT'

// adventure API (https://docs.adventure.kyori.net/)
Expand Down

0 comments on commit 5be2973

Please sign in to comment.