diff --git a/gradle.properties b/gradle.properties index 55c2b62..297ef3d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,7 @@ makeevrserg.java.ktarget=21 # Project makeevrserg.project.name=AspeKt makeevrserg.project.group=ru.astrainteractive.aspekt -makeevrserg.project.version.string=2.20.10 +makeevrserg.project.version.string=2.20.11 makeevrserg.project.description=Essentials plugin for EmpireProjekt makeevrserg.project.developers=makeevrserg|Makeev Roman|makeevrserg@gmail.com makeevrserg.project.url=https://empireprojekt.ru diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 93da773..d513954 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ kotlin-version = "2.0.0" # https://github.com/JetBrains/kotlin kotlin-benchmark = "0.4.11" # https://github.com/Kotlin/kotlinx-benchmark kotlin-coroutines = "1.8.1" # https://github.com/Kotlin/kotlinx.coroutines kotlin-json = "1.7.1" # https://github.com/Kotlin/kotlinx.serialization -kotlin-kaml = "0.60.0" # https://github.com/charleskorn/kaml +kotlin-kaml = "0.61.0" # https://github.com/charleskorn/kaml # Drivers driver-jdbc = "3.46.0.0" # https://github.com/xerial/sqlite-jdbc @@ -18,13 +18,13 @@ klibs-kstorage = "2.4.1" # https://github.com/makeevrserg/klibs.kstorage # Minecraft minecraft-velocity = "4.0.0-SNAPSHOT" # https://github.com/PaperMC/Velocity -minecraft-spigot = "1.20.6-R0.1-SNAPSHOT" # https://github.com/PaperMC/Paper +minecraft-spigot = "1.21-R0.1-SNAPSHOT" # https://github.com/PaperMC/Paper minecraft-papi = "2.11.6" # https://github.com/PlaceholderAPI/PlaceholderAPI minecraft-protocollib = "5.1.0" # https://github.com/dmulloy2/ProtocolLib minecraft-vault = "1.7.1" # https://github.com/MilkBowl/VaultAPI -minecraft-astralibs = "3.9.2" # https://github.com/Astra-Interactive/AstraLibs +minecraft-astralibs = "3.10.0" # https://github.com/Astra-Interactive/AstraLibs minecraft-bstats = "3.0.2" # https://github.com/Bastian/bStats -minecraft-mockbukkit = "v3.93.2" #https://github.com/MockBukkit/MockBukkit +minecraft-mockbukkit = "3.96.1" #https://github.com/MockBukkit/MockBukkit # Shadow gradle-shadow = "8.0.0" # https://github.com/johnrengelman/shadow diff --git a/modules/towny-discord/build.gradle.kts b/modules/towny-discord/build.gradle.kts index 5c286c0..24d783b 100644 --- a/modules/towny-discord/build.gradle.kts +++ b/modules/towny-discord/build.gradle.kts @@ -21,7 +21,7 @@ dependencies { compileOnly("net.luckperms:api:5.4") compileOnly(libs.minecraft.discordsrv) compileOnly("net.essentialsx:EssentialsX:2.20.1") - compileOnly("com.palmergames.bukkit.towny:towny:0.100.3.9") + compileOnly("com.palmergames.bukkit.towny:towny:0.100.3.11") // Test testImplementation(libs.bundles.testing.kotlin) testImplementation(libs.tests.kotlin.test)