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 4
4
[ ![ GitHub license] ( https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat )] ( http://www.apache.org/licenses/LICENSE-2.0 )
5
5
[ ![ 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 )
6
6
[ ![ 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 )
8
8
[ ![ KDoc link] ( https://img.shields.io/badge/API_reference-KDoc-blue )] ( https://kotlin.github.io/kotlinx.serialization/ )
9
9
[ ![ Slack channel] ( https://img.shields.io/badge/chat-slack-blue.svg?logo=slack )] ( https://kotlinlang.slack.com/messages/serialization/ )
10
10
@@ -155,7 +155,7 @@ repositories {
155
155
}
156
156
157
157
dependencies {
158
- implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2 " )
158
+ implementation(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.3 " )
159
159
}
160
160
```
161
161
@@ -167,7 +167,7 @@ repositories {
167
167
}
168
168
169
169
dependencies {
170
- implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2 "
170
+ implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.3 "
171
171
}
172
172
```
173
173
@@ -286,7 +286,7 @@ Ensure the proper version of Kotlin and serialization version:
286
286
``` xml
287
287
<properties >
288
288
<kotlin .version>1.6.10</kotlin .version>
289
- <serialization .version>1.3.2 </serialization .version>
289
+ <serialization .version>1.3.3 </serialization .version>
290
290
</properties >
291
291
```
292
292
Original file line number Diff line number Diff line change 3
3
#
4
4
5
5
group =org.jetbrains.kotlinx
6
- version =1.3.3 -SNAPSHOT
6
+ version =1.3.4 -SNAPSHOT
7
7
8
- kotlin.version =1.6.10
8
+ kotlin.version =1.6.21
9
9
10
10
# This version take precedence if 'bootstrap' property passed to project
11
11
kotlin.version.snapshot =1.6.255-SNAPSHOT
Original file line number Diff line number Diff line change 2
2
# Copyright 2017-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
3
3
#
4
4
5
- mainKotlinVersion =1.6.10
6
- mainLibVersion =1.3.3 -SNAPSHOT
5
+ mainKotlinVersion =1.6.21
6
+ mainLibVersion =1.3.4 -SNAPSHOT
7
7
8
8
kotlin.code.style =official
9
9
kotlin.js.compiler =both
You can’t perform that action at this time.
0 commit comments