Fixed building and switched event library

This commit is contained in:
Tim203 2022-08-13 22:48:12 +02:00
parent ab6e0d1e16
commit 13046a8602
No known key found for this signature in database
GPG key ID: 064EE9F5BF7C3EE8
25 changed files with 193 additions and 622 deletions

View file

@ -39,9 +39,9 @@ object Versions {
const val mcprotocollibversion = "9f78bd5"
const val packetlibVersion = "3.0"
const val adventureVersion = "4.9.3"
const val eventVersion = "3.0.0"
const val junitVersion = "4.13.1"
const val checkerQualVersion = "3.19.0"
const val cumulusVersion = "1.1.1"
const val eventsVersion = "1.0-SNAPSHOT"
const val log4jVersion = "2.17.1"
}