9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-27 02:49:11 +00:00

update lib

This commit is contained in:
XiaoMoMi
2023-10-17 14:34:37 +08:00
parent eada8c32b1
commit ff9ec5d3fb
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ plugins {
allprojects {
project.group = "net.momirealms"
project.version = "3.3.1.5"
project.version = "3.3.1.6"
apply<JavaPlugin>()
apply(plugin = "java")

View File

@@ -25,7 +25,7 @@ dependencies {
implementation(project(":api"))
implementation("net.kyori:adventure-api:4.14.0")
implementation("net.kyori:adventure-platform-bukkit:4.3.0")
implementation("net.kyori:adventure-platform-bukkit:4.3.1")
implementation("net.kyori:adventure-text-minimessage:4.14.0")
implementation("net.kyori:adventure-text-serializer-legacy:4.14.0")
implementation("de.tr7zw:item-nbt-api:2.12.0")