Skip to content

Commit

Permalink
Merge pull request #6
Browse files Browse the repository at this point in the history
Bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.7.2 to 1.7.3
  • Loading branch information
timakden committed Sep 23, 2024
2 parents 6e19541 + 12fd670 commit 5919f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
implementation(kotlin("reflect"))
implementation(kotlin("stdlib"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3")
implementation("io.arrow-kt:arrow-core:1.2.4")

testImplementation(platform("io.kotest:kotest-bom:5.9.1"))
Expand Down

0 comments on commit 5919f39

Please sign in to comment.