Fix compile errors

This commit is contained in:
Andrew Steinborn
2020-10-14 16:08:20 -04:00
parent cffc6d0a81
commit 6e00dbe2b7
5 changed files with 11 additions and 10 deletions

View File

@@ -21,7 +21,8 @@ allprojects {
ext {
// dependency versions
textVersion = '3.0.4'
adventureVersion = '4.0.0-SNAPSHOT'
adventureVersion = '4.0.0'
adventurePlatformVersion = '4.0.0-SNAPSHOT'
junitVersion = '5.7.0'
slf4jVersion = '1.7.30'
log4jVersion = '2.13.3'