Skip to content

Commit

Permalink
Update adventure bukkit platform to 4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Brikster committed Dec 28, 2023
1 parent 30b3f24 commit 0847cfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ subprojects {
}

def adventureVersion = "4.15.0"
def adventureBukkitPlatformVersion = "4.3.1"
def adventureBukkitPlatformVersion = "4.3.2"

dependencies {
compileOnlyApi 'org.jetbrains:annotations:17.0.0'
Expand Down
2 changes: 1 addition & 1 deletion spigot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tasks {
}

runServer {
minecraftVersion('1.20.2')
minecraftVersion('1.20.4')
}
}

Expand Down

0 comments on commit 0847cfc

Please sign in to comment.