Skip to content

Commit

Permalink
Bump text-api from 3.0.2 to 3.0.4
Browse files Browse the repository at this point in the history
Bumps [text-api](https://github.com/KyoriPowered/text) from 3.0.2 to 3.0.4.
- [Release notes](https://github.com/KyoriPowered/text/releases)
- [Commits](KyoriPowered/adventure@v3.0.2...v3.0.4)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 4, 2020
1 parent 81d0bf6 commit b124e58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ task copyFiles {

shadowJar {
dependencies {
include(dependency("net.kyori:text-api:3.0.2"))
include(dependency("net.kyori:text-api:3.0.4"))
include(dependency("net.kyori:text-serializer-gson:3.0.2"))
include(dependency("net.kyori:text-serializer-legacy:3.0.2"))
include(dependency("net.kyori:text-serializer-plain:3.0.2"))
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ subprojects {
exclude(module: "dummypermscompat")
}

implementation("net.kyori:text-api:3.0.2")
implementation("net.kyori:text-api:3.0.4")
implementation("net.kyori:text-serializer-gson:3.0.2")
implementation("net.kyori:text-serializer-legacy:3.0.2")
implementation("net.kyori:text-serializer-plain:3.0.2")
Expand Down

0 comments on commit b124e58

Please sign in to comment.