Skip to content

Commit 01d99d4

Browse files
committed
chore(kotlin): update to 1.4.21
1 parent 7fda6b8 commit 01d99d4

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Unreleased
2+
3+
### Changed
4+
- Update Kotlin to 1.4.21
5+
16
# 1.6.1
27

38
### Added

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ buildscript {
1313
}
1414

1515
plugins {
16-
kotlin("multiplatform") version "1.4.20"
17-
kotlin("plugin.serialization") version "1.4.20"
16+
kotlin("multiplatform") version "1.4.21"
17+
kotlin("plugin.serialization") version "1.4.21"
1818
id("maven-publish")
1919
}
2020

0 commit comments

Comments
 (0)