Skip to content

Commit

Permalink
Bump Kotlin dev version to 1.7.0-Beta (#1461)
Browse files Browse the repository at this point in the history
* Bump Kotlin dev version to 1.7.0-Beta

* Remove dup `Removed` in changelog
  • Loading branch information
Goooler authored May 8, 2022
1 parent 2ba00cd commit acf1188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ An AssertJ style API for testing KtLint rules ([#1444](https://github.com/pinter
- Fix check of spacing in the receiver type of an anonymous function ([#1440](https://github.com/pinterest/ktlint/issues/1440))

### Changed
* Set Kotlin development version to `1.6.21` and Kotlin version to `1.6.21`.

### Removed
* Set Kotlin development version to `1.7.0-Beta` and Kotlin version to `1.6.21`.

### Removed

Expand Down Expand Up @@ -82,8 +80,6 @@ This section is applicable when providing rules that depend on one or more value
- Print the rule id always in the PlainReporter ([#1121](https://github.com/pinterest/ktlint/issues/1121))
- All wrapping logic is moved from the `indent` rule to the new rule `wrapping` (as part of the `standard` ruleset). In case you currently have disabled the `indent` rule, you may want to reconsider whether this is still necessary or that you also want to disable the new `wrapping` rule to keep the status quo. Both rules can be run independent of each other. ([#835](https://github.com/pinterest/ktlint/issues/835))

### Removed

## [0.44.0] - 2022-02-15

Please welcome [paul-dingemans](https://github.com/paul-dingemans) as an official maintainer of ktlint!
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ 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.21"
"1.7.0-Beta"
} else {
"1.6.21"
}
Expand Down

0 comments on commit acf1188

Please sign in to comment.