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"
  • Loading branch information
makeevrserg authored Jul 29, 2024
2 parents 2a6b62a + c74d255 commit a47cbd1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ makeevrserg.java.ktarget=21
# Project
makeevrserg.project.name=AstraMarket
makeevrserg.project.group=ru.astrainteractive.astramarket
makeevrserg.project.version.string=1.16.7
makeevrserg.project.version.string=1.16.8
makeevrserg.project.description=Market plugin for EmpireSMP
makeevrserg.project.developers=makeevrserg|Makeev Roman|[email protected]
makeevrserg.project.url=https://empireprojekt.ru
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
kotlin-version = "2.0.0" # https://github.com/JetBrains/kotlin
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 @@ -16,13 +16,13 @@ klibs-kdi = "1.4.5" # https://github.com/makeevrserg/klibs.kdi

# 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 = "3.93.0" #https://github.com/MockBukkit/MockBukkit
minecraft-mockbukkit = "3.96.1" #https://github.com/MockBukkit/MockBukkit

# Shadow
gradle-shadow = "7.1.2" # https://github.com/johnrengelman/shadow
Expand Down

0 comments on commit a47cbd1

Please sign in to comment.