File tree Expand file tree Collapse file tree 4 files changed +568
-8
lines changed Expand file tree Collapse file tree 4 files changed +568
-8
lines changed Original file line number Diff line number Diff line change 44[ ![ GitHub license] ( https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat )] ( http://www.apache.org/licenses/LICENSE-2.0 )
55[ ![ TeamCity build] ( https://img.shields.io/teamcity/http/teamcity.jetbrains.com/s/KotlinTools_KotlinxSerialization_Ko.svg )] ( https://teamcity.jetbrains.com/viewType.html?buildTypeId=KotlinTools_KotlinxSerialization_Ko&guest=1 )
66[ ![ Kotlin] ( https://img.shields.io/badge/kotlin-1.6.10-blue.svg?logo=kotlin )] ( http://kotlinlang.org )
7- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.jetbrains.kotlinx/kotlinx-serialization-core/1.3.2 )] ( https://search.maven.org/artifact/org.jetbrains.kotlinx/kotlinx-serialization-core/1.3.2 /pom )
7+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/org.jetbrains.kotlinx/kotlinx-serialization-core/1.3.3 )] ( https://search.maven.org/artifact/org.jetbrains.kotlinx/kotlinx-serialization-core/1.3.3 /pom )
88[ ![ KDoc link] ( https://img.shields.io/badge/API_reference-KDoc-blue )] ( https://kotlin.github.io/kotlinx.serialization/ )
99[ ![ Slack channel] ( https://img.shields.io/badge/chat-slack-blue.svg?logo=slack )] ( https://kotlinlang.slack.com/messages/serialization/ )
1010
@@ -155,7 +155,7 @@ repositories {
155155}
156156
157157dependencies {
158- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2 " )
158+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.3 " )
159159}
160160```
161161
@@ -167,7 +167,7 @@ repositories {
167167}
168168
169169dependencies {
170- implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2 "
170+ implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.3 "
171171}
172172```
173173
@@ -286,7 +286,7 @@ Ensure the proper version of Kotlin and serialization version:
286286``` xml
287287<properties >
288288 <kotlin .version>1.6.10</kotlin .version>
289- <serialization .version>1.3.2 </serialization .version>
289+ <serialization .version>1.3.3 </serialization .version>
290290</properties >
291291```
292292
Original file line number Diff line number Diff line change 33#
44
55group =org.jetbrains.kotlinx
6- version =1.3.3 -SNAPSHOT
6+ version =1.3.4 -SNAPSHOT
77
8- kotlin.version =1.6.10
8+ kotlin.version =1.6.21
99
1010# This version take precedence if 'bootstrap' property passed to project
1111kotlin.version.snapshot =1.6.255-SNAPSHOT
Original file line number Diff line number Diff line change 22# Copyright 2017-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
33#
44
5- mainKotlinVersion =1.6.10
6- mainLibVersion =1.3.3 -SNAPSHOT
5+ mainKotlinVersion =1.6.21
6+ mainLibVersion =1.3.4 -SNAPSHOT
77
88kotlin.code.style =official
99kotlin.js.compiler =both
You can’t perform that action at this time.
0 commit comments