File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed
lib/src/main/java/com/diffplug/spotless/kotlin Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ This document is intended for Spotless developers.
1010We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 1.27.0 ` ).
1111
1212## [ Unreleased]
13+ ### Changes
14+ * Bump default ` ktlint ` version to latest ` 1.2.1 ` -> ` 1.3.0 ` . ([ #2165 ] ( https://github.com/diffplug/spotless/pull/2165 ) )
1315
1416## [ 3.0.0.BETA1] - 2024-06-04
1517### Added
Original file line number Diff line number Diff line change 3636/** Wraps up <a href="https://github.com/pinterest/ktlint">ktlint</a> as a FormatterStep. */
3737public class KtLintStep implements Serializable {
3838 private static final long serialVersionUID = 1L ;
39- private static final String DEFAULT_VERSION = "1.2.1 " ;
39+ private static final String DEFAULT_VERSION = "1.3.0 " ;
4040 private static final String NAME = "ktlint" ;
4141 private static final String MAVEN_COORDINATE_0_DOT = "com.pinterest:ktlint:" ;
4242 private static final String MAVEN_COORDINATE_1_DOT = "com.pinterest.ktlint:ktlint-cli:" ;
Original file line number Diff line number Diff line change 33We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 3.27.0 ` ).
44
55## [ Unreleased]
6+ ### Changes
7+ * Bump default ` ktlint ` version to latest ` 1.2.1 ` -> ` 1.3.0 ` . ([ #2165 ] ( https://github.com/diffplug/spotless/pull/2165 ) )
68
79## [ 7.0.0.BETA1] - 2024-06-04
810### Added
Original file line number Diff line number Diff line change 33We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 1.27.0 ` ).
44
55## [ Unreleased]
6+ ### Changes
7+ * Bump default ` ktlint ` version to latest ` 1.2.1 ` -> ` 1.3.0 ` . ([ #2165 ] ( https://github.com/diffplug/spotless/pull/2165 ) )
68
79## [ 2.44.0.BETA1] - 2024-06-04
810### Added
You can’t perform that action at this time.
0 commit comments