Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NoComment1105 committed Feb 21, 2024
1 parent 359886e commit 7b4a987
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,24 @@ kotlin = "1.9.22"
shadow = "8.1.1"
detekt = "1.23.5"
git-hooks = "0.0.2"
grgit = "5.2.1"
grgit = "5.2.2"
blossom = "2.1.0"

# Libraries
kord-extensions = "1.7.1-20240117.210840-21"
kord-welcome = "1.7.1-20240117.210840-10"
kord-extensions = "1.7.2-20240221.102953-1"
logging = "6.0.3"
logback = "1.4.14"
logback = "1.5.0"
github-api = "1.318"
kmongo = "4.11.0"
dma = "v0.2.1"
docgenerator = "0.1.3"
docgenerator = "0.1.4"

[libraries]
kord-extensions-core = { module = "com.kotlindiscord.kord.extensions:kord-extensions", version.ref = "kord-extensions" }
kord-extensions-phishing = { module = "com.kotlindiscord.kord.extensions:extra-phishing", version.ref = "kord-extensions" }
kord-extensions-pluralkit = { module = "com.kotlindiscord.kord.extensions:extra-pluralkit", version.ref = "kord-extensions"}
kord-extensions-unsafe = { module = "com.kotlindiscord.kord.extensions:unsafe", version.ref = "kord-extensions"}
kord-extensions-welcome = { module = "com.kotlindiscord.kord.extensions:extra-welcome", version.ref = "kord-welcome"}
kord-extensions-welcome = { module = "com.kotlindiscord.kord.extensions:extra-welcome", version.ref = "kord-extensions"}
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib" }
logback = { module = "ch.qos.logback:logback-classic", version.ref = "logback" }
logging = { module = "io.github.oshai:kotlin-logging", version.ref = "logging" }
Expand Down

0 comments on commit 7b4a987

Please sign in to comment.