Skip to content

Commit

Permalink
Update to Kim v0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanOltmann committed Mar 19, 2024
1 parent 186e120 commit 60cb94f
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.16.1")
api("com.ashampoo:kim:0.16.2")
}

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

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

0 comments on commit 60cb94f

Please sign in to comment.