Skip to content

Commit

Permalink
Set kotlin dev version to 1.6.20-M1 (#1438)
Browse files Browse the repository at this point in the history
Co-authored-by: Roman Zavarnitsyn <rom4ek93@gmail.com>
  • Loading branch information
paul-dingemans and romtsn committed Mar 24, 2022
1 parent 0180676 commit 7487b47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
### Fixed

### Changed
* Set Kotlin development version to `1.6.20-RC2` and Kotlin version to `1.6.10`.

### Removed

Expand Down
4 changes: 2 additions & 2 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ repositories {
// Pass '-PkotlinDev' to command line to enable kotlin-in-development version
val kotlinVersion = if (project.hasProperty("kotlinDev")) {
logger.warn("Enabling kotlin dev version!")
"1.6.0"
"1.6.20-RC2"
} else {
"1.6.0"
"1.6.10"
}

dependencies {
Expand Down

0 comments on commit 7487b47

Please sign in to comment.