Skip to content

Commit

Permalink
Bump kotlinx-serialization-json from 1.1.0 to 1.2.0 (#3710)
Browse files Browse the repository at this point in the history
Bumps [kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
- [Commits](Kotlin/kotlinx.serialization@v1.1.0...v1.2.0)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 10, 2021
1 parent c3ded07 commit f3ec2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ dependencies {

implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:$kotlinCoroutinesVersion"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:$kotlinCoroutinesVersion"
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.1.0"
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.2.0"

ktlint "com.pinterest:ktlint:$ktlintVersion"

Expand Down

0 comments on commit f3ec2bb

Please sign in to comment.