Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit b70cdfd

Browse files
authored
Merge pull request #116 from Project-Cepi/renovate/org.jetbrains.kotlinx-kotlinx-serialization-json-1.x
Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.6.0
2 parents 4287a58 + 52d9483 commit b70cdfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dependencies {
5959
testImplementation("io.kotest:kotest-runner-junit5:5.6.2")
6060

6161
// import kotlinx serialization
62-
compileOnly("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1")
62+
compileOnly("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0")
6363
}
6464

6565
configurations {

0 commit comments

Comments
 (0)