We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b30c8bb commit ffc39afCopy full SHA for ffc39af
github-workflows-kt/build.gradle.kts
@@ -20,7 +20,7 @@ version = rootProject.version
20
21
dependencies {
22
implementation("org.snakeyaml:snakeyaml-engine:2.7")
23
- implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.2")
+ implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.6.3")
24
implementation(projects.sharedInternal)
25
26
testImplementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.2")
0 commit comments