Fix Adventure version

This commit is contained in:
Camotoy 2022-09-17 21:55:30 -04:00
parent c8a51d7834
commit 9fdbfdb0ab
No known key found for this signature in database
GPG Key ID: 7EEFB66FE798081F
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ object Versions {
const val mcauthlibVersion = "d9d773e"
const val mcprotocollibversion = "9f78bd5"
const val packetlibVersion = "3.0"
const val adventureVersion = "4.9.3"
const val adventureVersion = "4.12.0-20220629.025215-9"
const val adventurePlatformVersion = "4.1.2"
const val junitVersion = "4.13.1"
const val checkerQualVersion = "3.19.0"