Skip to content

Commit 2fb918f

Browse files
committed
Update kotlin version to 1.3.72
1 parent 0aee4f4 commit 2fb918f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ this due the [breaking changes](https://github.com/Kotlin/kotlinx.serialization/
1010
- Logs inner queries (#174)
1111

1212
### Changed
13-
- Updated Kotlin to `1.3.70`
13+
- Updated Kotlin to `1.3.72`
1414
- Updated Ktor client to `1.3.2`
1515
- Updated Kotlin serialization `0.20.0`
1616

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ buildscript {
1616
}
1717

1818
plugins {
19-
id("kotlin-multiplatform") version "1.3.71"
20-
id("kotlinx-serialization") version "1.3.71"
19+
id("kotlin-multiplatform") version "1.3.72"
20+
id("kotlinx-serialization") version "1.3.72"
2121
id("maven-publish")
2222
id("com.jfrog.bintray") version "1.8.4"
2323
id("com.github.kukuhyoniatmoko.buildconfigkotlin") version "1.0.5"

0 commit comments

Comments
 (0)