Skip to content

Commit

Permalink
Up versions
Browse files Browse the repository at this point in the history
- kotlin-kaml = "0.61.0"
- minecraft-spigot = "1.21-R0.1-SNAPSHOT"
- minecraft-astralibs = "3.10.0"
- minecraft-mockbukkit = "3.96.1"
- towny 0.100.3.11
  • Loading branch information
dependabot[bot] committed Jul 29, 2024
1 parent dc64ac8 commit 7208753
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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|[email protected]
makeevrserg.project.url=https://empireprojekt.ru
Expand Down
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion modules/towny-discord/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7208753

Please sign in to comment.