Update adventure

This commit is contained in:
d0by 2022-08-21 15:51:32 +02:00
parent 1efeff9026
commit 990a503896
3 changed files with 16 additions and 7 deletions

View file

@ -1,7 +1,7 @@
object VersionConstants {
const val cloudVersion = "1.8.0-SNAPSHOT"
const val adventureVersion = "4.9.3"
const val adventurePlatformVersion = "4.0.1"
const val adventureVersion = "4.11.0"
const val adventurePlatformVersion = "4.1.2"
const val adventureMinimessageVersion = "4.2.0-SNAPSHOT"
const val bstatsVersion = "3.0.0"
}