Update Piston to 0.2.4 for even more bug fixes

This commit is contained in:
Kenzie Togami 2019-05-14 17:25:46 -07:00
parent 41cfcb6d55
commit 718c2e8306
No known key found for this signature in database
GPG Key ID: 5D200B325E157A81

View File

@ -91,7 +91,7 @@ configure(subprojects + project("core:ap")) {
def textExtrasVersion = "3.0.2"
project("core") {
def textVersion = "3.0.0"
def pistonVersion = '0.2.3'
def pistonVersion = '0.2.4'
dependencies {
shade "net.kyori:text-api:$textVersion"