Skip to content

Commit

Permalink
Update text-adapters to 3.0.1
Browse files Browse the repository at this point in the history
Should fix shading issues.
  • Loading branch information
wizjany committed May 6, 2019
1 parent 9a5d45d commit db98cda
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions worldedit-libs/build.gradle
Expand Up @@ -88,8 +88,9 @@ configure(subprojects + project("core:ap")) {
build.dependsOn(jar, sourcesJar)
}

def textVersion = "3.0.0"
def textExtrasVersion = "3.0.1"
project("core") {
def textVersion = "3.0.0"
def pistonVersion = '0.2.2'

dependencies {
Expand Down Expand Up @@ -121,7 +122,7 @@ project("bukkit") {
}
}
dependencies {
shade "net.kyori:text-adapter-bukkit:$textVersion"
shade "net.kyori:text-adapter-bukkit:$textExtrasVersion"
}
}
project("sponge") {
Expand All @@ -132,7 +133,7 @@ project("sponge") {
}
}
dependencies {
shade "net.kyori:text-adapter-spongeapi:$textVersion"
shade "net.kyori:text-adapter-spongeapi:$textExtrasVersion"
}
}

Expand Down

0 comments on commit db98cda

Please sign in to comment.