Skip to content

Commit

Permalink
Update kord
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Sep 25, 2024
1 parent f59fd4b commit b4c9bc9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[versions]
kotlin = "2.0.0"
kordex = "1.9.6-mikbot-SNAPSHOT"
kordex = "1.9.7-mikbot-SNAPSHOT"
kmongo = "5.1.0"
coroutines = "1.8.1"
serialization = "1.7.1"
ktor = "2.3.11"
kord = "feature-user-apps-20240917.114617-5"
api = "3.37.2"
kord = "feature-user-apps-20240925.194307-6"
api = "3.37.3"
ksp = "2.0.0-1.0.22"
lavakord = "7.1.0"

Expand Down
4 changes: 2 additions & 2 deletions runtime/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ dependencies {
// otherwise we would add entire Gradle in here
isTransitive = false
}
implementation("dev.kord:kord-common-jvm:feature-user-apps-20240917.114617-5")
implementation("dev.kord:kord-rest-jvm:feature-user-apps-20240917.114617-5")
implementation("dev.kord:kord-common-jvm:feature-user-apps-20240925.194307-6")
implementation("dev.kord:kord-rest-jvm:feature-user-apps-20240925.194307-6")

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

0 comments on commit b4c9bc9

Please sign in to comment.