Bump dependencies

This commit is contained in:
Frank van der Heijden 2021-12-02 13:46:17 +01:00
parent 764c74fc57
commit 7ab173af9c
No known key found for this signature in database
GPG key ID: B808721C2DD5B5B8
3 changed files with 7 additions and 7 deletions

View file

@ -25,7 +25,7 @@ dependencies {
}
implementation("org.bstats:bstats-bungeecord:${VersionConstants.bstatsVersion}")
implementation(project(":Common"))
compileOnly("net.md-5:bungeecord-api:1.17-R0.1-SNAPSHOT")
compileOnly("net.md-5:bungeecord-api:1.18-R0.1-SNAPSHOT")
}
tasks.withType<ShadowJar> {