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

Commit b75b84c

Browse files
Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.6.1
1 parent a90b04a commit b75b84c

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
@@ -50,7 +50,7 @@ dependencies {
5050
implementation("com.github.Project-Cepi:canvas:d3d937c54d")
5151

5252
// import kotlinx serialization
53-
compileOnly("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2")
53+
compileOnly("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.1")
5454
}
5555

5656
configurations {

0 commit comments

Comments
 (0)