Skip to content

Commit

Permalink
Update to Kim v0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanOltmann committed Feb 2, 2024
1 parent 34c2f11 commit 98e9e40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ kotlin {
val wasmJsMain by getting

commonMain.dependencies {
api("com.ashampoo:kim:0.12.1")
api("com.ashampoo:kim:0.13")
}

commonTest.dependencies {
Expand All @@ -43,7 +43,7 @@ kotlin {
}

jvmTest.dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-io-core:0.3.0")
implementation("org.jetbrains.kotlinx:kotlinx-io-core:0.3.1")
}
}
}

0 comments on commit 98e9e40

Please sign in to comment.