Skip to content

Commit

Permalink
Update adventure
Browse files Browse the repository at this point in the history
  • Loading branch information
ajgeiss0702 committed Jan 1, 2023
1 parent e844512 commit 04b5107
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Expand Up @@ -34,9 +34,9 @@ dependencies {

implementation("org.bstats:bstats-bukkit:1.7")

implementation("net.kyori:adventure-api:4.12.0-SNAPSHOT")
implementation("net.kyori:adventure-text-minimessage:4.12.0-SNAPSHOT")
implementation("net.kyori:adventure-platform-bukkit:4.1.3-SNAPSHOT")
implementation("net.kyori:adventure-api:4.12.0")
implementation("net.kyori:adventure-text-minimessage:4.12.0")
implementation("net.kyori:adventure-platform-bukkit:4.2.0")

implementation("us.ajg0702:ajUtils:1.2.11")
implementation("us.ajg0702.commands.platforms.bukkit:bukkit:1.0.0")
Expand Down

0 comments on commit 04b5107

Please sign in to comment.