build: Update to Paper 1.18.2 (#3622)

build: Align MM and Adventure version
This commit is contained in:
Alexander Brandes 2022-05-15 12:31:40 +02:00 committed by GitHub
parent 62ee60a76c
commit c1431c0971
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 4 deletions

View File

@ -46,7 +46,7 @@ public interface Caption {
* Get the Adventure {@link ComponentLike} for this caption
*
* @param localeHolder Locale holder
* @return ComponentLike
* @return {@link ComponentLike}
* @since TODO
*/
@NonNull Component toComponent(@NonNull LocaleHolder localeHolder);

View File

@ -5,7 +5,7 @@ log4j-api = "2.17.1" # Version set by Minecraft
guava = "31.0.1-jre" # Version set by Minecraft
# Platform expectations
paper = "1.18.1-R0.1-SNAPSHOT"
paper = "1.18.2-R0.1-SNAPSHOT"
checker-qual = "3.22.0"
guice = "5.1.0"
spotbugs = "4.7.0"
@ -13,7 +13,6 @@ snakeyaml = "1.30" # Version set by Bukkit
# Adventure & MiniMessage
adventure-api = "4.10.1"
adventure-text-minimessage = "4.10.1"
adventure-platform-bukkit = "4.1.0"
# Plugins
@ -60,7 +59,7 @@ spotbugs = { group = "com.github.spotbugs", name = "spotbugs-annotations", versi
# Adventure & MiniMessage
adventure = { group = "net.kyori", name = "adventure-api", version.ref = "adventure-api" }
minimessage = { group = "net.kyori", name = "adventure-text-minimessage", version.ref = "adventure-text-minimessage" }
minimessage = { group = "net.kyori", name = "adventure-text-minimessage", version.ref = "adventure-api" }
adventurePlatformBukkit = { group = "net.kyori", name = "adventure-platform-bukkit", version.ref = "adventure-platform-bukkit" }
# Plugins