Update Piston to 0.4.1 for bugfixes

This commit is contained in:
Kenzie Togami 2019-06-04 18:57:40 -07:00
parent 2ef7cfd038
commit bae2a0b244
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.1"
def pistonVersion = '0.4.0'
def pistonVersion = '0.4.1'
dependencies {
shade "net.kyori:text-api:$textVersion"