Skip to content

Commit

Permalink
Bump net.md-5:bungeecord-api
Browse files Browse the repository at this point in the history
Bumps net.md-5:bungeecord-api from 1.19-R0.1-SNAPSHOT to 1.20-R0.2-SNAPSHOT.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 29, 2023
1 parent 1dbf4f1 commit e57318c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hCore-bungee/api/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dependencies {
implementation 'com.google.code.findbugs:jsr305:3.0.2'
compileOnly 'net.md-5:bungeecord-api:1.19-R0.1-SNAPSHOT'
compileOnly 'net.md-5:bungeecord-api:1.20-R0.2-SNAPSHOT'
}
2 changes: 1 addition & 1 deletion hCore-bungee/plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dependencies {
implementation project(':hCore-bungee:api')
implementation project(':hCore-bungee:core')

compileOnly 'net.md-5:bungeecord-api:1.19-R0.1-SNAPSHOT'
compileOnly 'net.md-5:bungeecord-api:1.20-R0.2-SNAPSHOT'
}

tasks.compileJava.dependsOn(
Expand Down

0 comments on commit e57318c

Please sign in to comment.