Skip to content

Commit

Permalink
Fix invalid kord common version
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Aug 26, 2024
1 parent 2004882 commit 4ada25e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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-20240825.234248-3"
api = "3.35.1"
kord = "feature-user-apps-SNAPSHOT"
api = "3.35.2"
ksp = "2.0.0-1.0.22"
lavakord = "6.4.0-SNAPSHOT"

Expand Down
2 changes: 2 additions & 0 deletions runtime/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import org.gradle.kotlin.dsl.get
import java.nio.file.Files

plugins {
Expand Down Expand Up @@ -30,6 +31,7 @@ dependencies {
// otherwise we would add entire Gradle in here
isTransitive = false
}
implementation(libs.kord.common)

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

0 comments on commit 4ada25e

Please sign in to comment.