Skip to content

Commit

Permalink
Merge pull request #29 from Astra-Interactive/dependabot/gradle/versi…
Browse files Browse the repository at this point in the history
…ons-27480e4671

- Exposed 0.52.0
- AstraLibs 3.9.1
- MockBukkit 3.93.0
- kotlinx.serialization 1.7.1
  • Loading branch information
makeevrserg authored Jul 8, 2024
2 parents 6678ec5 + 57fb7b4 commit 97f54d9
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=AstraRating
makeevrserg.project.group=ru.astrainteractive.astrarating
makeevrserg.project.version.string=1.18.0
makeevrserg.project.version.string=1.18.1
makeevrserg.project.description=Rating 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 @@ -2,7 +2,7 @@
# Kotlin
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.0" # https://github.com/Kotlin/kotlinx.serialization
kotlin-json = "1.7.1" # https://github.com/Kotlin/kotlinx.serialization
kotlin-kaml = "0.60.0" # https://github.com/charleskorn/kaml

# Drivers
Expand All @@ -20,16 +20,16 @@ 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.0" # https://github.com/Astra-Interactive/AstraLibs
minecraft-astralibs = "3.9.1" # https://github.com/Astra-Interactive/AstraLibs
minecraft-bstats = "3.0.2" # https://github.com/Bastian/bStats
minecraft-mockbukkit = "v3.92.1" #https://github.com/MockBukkit/MockBukkit
minecraft-mockbukkit = "3.93.0" #https://github.com/MockBukkit/MockBukkit

# BuildConfig
gradle-buildconfig = "5.3.5" # https://github.com/gmazzo/gradle-buildconfig-plugin


# Exposed
exposed = "0.51.1" # https://github.com/JetBrains/Exposed
exposed = "0.52.0" # https://github.com/JetBrains/Exposed

[libraries]
# Kotlin
Expand Down

0 comments on commit 97f54d9

Please sign in to comment.