chore: update data values to 1.20.2

This commit is contained in:
mworzala 2023-11-29 22:35:49 +02:00 committed by Matt Worzala
parent 9c1781b722
commit b6b0295961
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ plugins {
version = System.getenv("MINESTOM_VERSION") ?: "dev"
val channel = System.getenv("MINESTOM_CHANNEL") ?: "local" // local, snapshot, release
val shortDescription = "1.20.1 Lightweight Minecraft server"
val shortDescription = "1.20.2 Lightweight Minecraft server"
allprojects {
apply(plugin = "java")

View File

@ -3,7 +3,7 @@ metadata.format.version = "1.1"
[versions]
# Important dependencies
data = "1.20-rv2"
data = "1.20.2-rv1"
adventure = "4.12.0"
kotlin = "1.7.22"
hydrazine = "1.7.2"
@ -51,7 +51,7 @@ kotlin-stdlib-jdk8 = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib-jdk
# Miscellaneous
hydrazine = { group = "com.github.MadMartian", name = "hydrazine-path-finding", version.ref = "hydrazine" }
minestomData = { group = "dev.hollowcube", name = "minestom-ce-data", version.ref = "data" }
minestomData = { group = "net.minestom", name = "data", version.ref = "data" }
jetbrainsAnnotations = { group = "org.jetbrains", name = "annotations", version.ref = "jetbrainsAnnotations" }
hephaistos-common = { group = "io.github.jglrxavpok.hephaistos", name = "common", version.ref = "hephaistos" }
hephaistos-gson = { group = "io.github.jglrxavpok.hephaistos", name = "gson", version.ref = "hephaistos" }