File tree 4 files changed +7
-1
lines changed
lib/src/main/java/com/diffplug/spotless/kotlin
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.
10
10
We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 1.27.0 ` ).
11
11
12
12
## [ Unreleased]
13
+ ### Changes
14
+ * Bump default ` ktlint ` version to latest ` 1.2.1 ` -> ` 1.3.0 ` . ([ #2165 ] ( https://github.com/diffplug/spotless/pull/2165 ) )
13
15
14
16
## [ 3.0.0.BETA1] - 2024-06-04
15
17
### Added
Original file line number Diff line number Diff line change 36
36
/** Wraps up <a href="https://github.com/pinterest/ktlint">ktlint</a> as a FormatterStep. */
37
37
public class KtLintStep implements Serializable {
38
38
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 " ;
40
40
private static final String NAME = "ktlint" ;
41
41
private static final String MAVEN_COORDINATE_0_DOT = "com.pinterest:ktlint:" ;
42
42
private static final String MAVEN_COORDINATE_1_DOT = "com.pinterest.ktlint:ktlint-cli:" ;
Original file line number Diff line number Diff line change 3
3
We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 3.27.0 ` ).
4
4
5
5
## [ Unreleased]
6
+ ### Changes
7
+ * Bump default ` ktlint ` version to latest ` 1.2.1 ` -> ` 1.3.0 ` . ([ #2165 ] ( https://github.com/diffplug/spotless/pull/2165 ) )
6
8
7
9
## [ 7.0.0.BETA1] - 2024-06-04
8
10
### Added
Original file line number Diff line number Diff line change 3
3
We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 1.27.0 ` ).
4
4
5
5
## [ Unreleased]
6
+ ### Changes
7
+ * Bump default ` ktlint ` version to latest ` 1.2.1 ` -> ` 1.3.0 ` . ([ #2165 ] ( https://github.com/diffplug/spotless/pull/2165 ) )
6
8
7
9
## [ 2.44.0.BETA1] - 2024-06-04
8
10
### Added
You can’t perform that action at this time.
0 commit comments