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

Commit 2ce841b

Browse files
Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.5.0
1 parent 74f9a11 commit 2ce841b

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
@@ -43,7 +43,7 @@ dependencies {
4343
compileOnly("com.github.Project-Cepi:KStom:05b5e1f2a1")
4444

4545
// import kotlinx serialization
46-
compileOnly("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2")
46+
compileOnly("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0")
4747
}
4848

4949
configurations {

0 commit comments

Comments
 (0)