Skip to content

Commit

Permalink
Fix issue with command registration
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Sep 17, 2024
1 parent 686a860 commit 55dcc3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ kmongo = "5.1.0"
coroutines = "1.8.1"
serialization = "1.7.1"
ktor = "2.3.11"
kord = "feature-user-apps-20240917.091252-4"
api = "3.36.4"
kord = "feature-user-apps-20240917.114617-5"
api = "3.36.5"
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.091252-4")
implementation("dev.kord:kord-rest-jvm:feature-user-apps-20240917.091252-4")
implementation("dev.kord:kord-common-jvm:feature-user-apps-20240917.114617-5")
implementation("dev.kord:kord-rest-jvm:eature-user-apps-20240917.114617-5")

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

0 comments on commit 55dcc3e

Please sign in to comment.