Skip to content

Commit

Permalink
Update kord
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Nov 8, 2024
1 parent e959bfe commit 96b1c01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
kotlin = "2.0.21"
kordex = "2.3.1-MIKBOT.4"
kordex = "2.3.1-MIKBOT.5"
kmongo = "5.1.0"
coroutines = "1.9.0"
serialization = "1.7.3"
Expand Down
2 changes: 2 additions & 0 deletions runtime/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ dependencies {
isTransitive = false
}

implementation("dev.kord", "kord-gateway-jvm", "mikbot-20241108.170257-3")

// Util
implementation(libs.kotlinx.serialization.json)
implementation(libs.ktor.client.core)
Expand Down

0 comments on commit 96b1c01

Please sign in to comment.