Bump dependencies
This commit is contained in:
parent
764c74fc57
commit
7ab173af9c
3 changed files with 7 additions and 7 deletions
|
|
@ -25,7 +25,7 @@ dependencies {
|
||||||
}
|
}
|
||||||
implementation("org.bstats:bstats-bungeecord:${VersionConstants.bstatsVersion}")
|
implementation("org.bstats:bstats-bungeecord:${VersionConstants.bstatsVersion}")
|
||||||
implementation(project(":Common"))
|
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> {
|
tasks.withType<ShadowJar> {
|
||||||
|
|
|
||||||
|
|
@ -39,8 +39,8 @@ subprojects {
|
||||||
implementation("cloud.commandframework:cloud-brigadier:${VersionConstants.cloudVersion}")
|
implementation("cloud.commandframework:cloud-brigadier:${VersionConstants.cloudVersion}")
|
||||||
implementation("com.github.FrankHeijden:MinecraftReflection:1.0.0")
|
implementation("com.github.FrankHeijden:MinecraftReflection:1.0.0")
|
||||||
implementation("com.google.code.gson:gson:2.8.6")
|
implementation("com.google.code.gson:gson:2.8.6")
|
||||||
implementation("me.lucko:commodore:1.10")
|
implementation("me.lucko:commodore:1.11")
|
||||||
compileOnly("com.mojang:brigadier:1.0.17")
|
compileOnly("com.mojang:brigadier:1.0.18")
|
||||||
|
|
||||||
testImplementation("org.assertj:assertj-core:3.18.1")
|
testImplementation("org.assertj:assertj-core:3.18.1")
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.7.0")
|
testImplementation("org.junit.jupiter:junit-jupiter-api:5.7.0")
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
object VersionConstants {
|
object VersionConstants {
|
||||||
const val cloudVersion = "1.6.0-SNAPSHOT"
|
const val cloudVersion = "1.6.0"
|
||||||
const val adventureVersion = "4.8.1"
|
const val adventureVersion = "4.9.3"
|
||||||
const val adventurePlatformVersion = "4.0.0-SNAPSHOT"
|
const val adventurePlatformVersion = "4.0.1"
|
||||||
const val adventureMinimessageVersion = "4.1.0-SNAPSHOT"
|
const val adventureMinimessageVersion = "4.2.0-SNAPSHOT"
|
||||||
const val bstatsVersion = "2.2.1"
|
const val bstatsVersion = "2.2.1"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue