Skip to content

Commit

Permalink
Updating deps
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfallet committed Mar 5, 2024
1 parent 85c9159 commit c434aa8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ kotlin {
}
}

val coroutinesVersion = "1.7.3"
val ktorVersion = "2.3.7"
val coroutinesVersion = "1.8.0"
val ktorVersion = "2.3.9"
val koinVersion = "3.5.3"
val sqlDelightVersion = "2.0.0"

Expand All @@ -44,7 +44,7 @@ kotlin {
implementation("io.ktor:ktor-client-content-negotiation:$ktorVersion")
implementation("io.ktor:ktor-serialization-kotlinx-json:$ktorVersion")
implementation("io.insert-koin:koin-core:$koinVersion")
implementation("io.sentry:sentry-kotlin-multiplatform:0.2.1")
implementation("io.sentry:sentry-kotlin-multiplatform:0.4.0")

implementation("app.cash.sqldelight:runtime:$sqlDelightVersion")
implementation("co.touchlab:stately-common:2.0.5")
Expand Down

0 comments on commit c434aa8

Please sign in to comment.