Update Piston to 0.4.0 for bugfixes

This commit is contained in:
Kenzie Togami
2019-06-01 01:51:06 -07:00
parent 38607f387a
commit 620992dd57
2 changed files with 6 additions and 4 deletions

View File

@ -90,13 +90,14 @@ configure(subprojects + project("core:ap")) {
def textExtrasVersion = "3.0.2"
project("core") {
def textVersion = "3.0.0"
def pistonVersion = '0.3.0'
def textVersion = "3.0.1"
def pistonVersion = '0.4.0'
dependencies {
shade "net.kyori:text-api:$textVersion"
shade "net.kyori:text-serializer-gson:$textVersion"
shade "net.kyori:text-serializer-legacy:$textVersion"
shade "net.kyori:text-serializer-plain:$textVersion"
shade('com.sk89q:jchronic:0.2.4a') {
exclude(group: "junit", module: "junit")
}