Skip to content

Commit 7487b47

Browse files
Set kotlin dev version to 1.6.20-M1 (#1438)
Co-authored-by: Roman Zavarnitsyn <[email protected]>
1 parent 0180676 commit 7487b47

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
99
### Fixed
1010

1111
### Changed
12+
* Set Kotlin development version to `1.6.20-RC2` and Kotlin version to `1.6.10`.
1213

1314
### Removed
1415

buildSrc/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ repositories {
1515
// Pass '-PkotlinDev' to command line to enable kotlin-in-development version
1616
val kotlinVersion = if (project.hasProperty("kotlinDev")) {
1717
logger.warn("Enabling kotlin dev version!")
18-
"1.6.0"
18+
"1.6.20-RC2"
1919
} else {
20-
"1.6.0"
20+
"1.6.10"
2121
}
2222

2323
dependencies {

0 commit comments

Comments
 (0)