Bump cloud to 1.6.2 and commodore to 1.13
This commit is contained in:
parent
0f89b1128e
commit
c95aa49560
2 changed files with 2 additions and 2 deletions
|
|
@ -39,7 +39,7 @@ 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.11")
|
implementation("me.lucko:commodore:1.13")
|
||||||
compileOnly("com.mojang:brigadier:1.0.18")
|
compileOnly("com.mojang:brigadier:1.0.18")
|
||||||
|
|
||||||
testImplementation("org.assertj:assertj-core:3.18.1")
|
testImplementation("org.assertj:assertj-core:3.18.1")
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
object VersionConstants {
|
object VersionConstants {
|
||||||
const val cloudVersion = "1.6.1"
|
const val cloudVersion = "1.6.2"
|
||||||
const val adventureVersion = "4.9.3"
|
const val adventureVersion = "4.9.3"
|
||||||
const val adventurePlatformVersion = "4.0.1"
|
const val adventurePlatformVersion = "4.0.1"
|
||||||
const val adventureMinimessageVersion = "4.2.0-SNAPSHOT"
|
const val adventureMinimessageVersion = "4.2.0-SNAPSHOT"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue