File tree 4 files changed +4
-1
lines changed
lib/src/main/java/com/diffplug/spotless/kotlin
4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
17
17
* Bump default ` ktfmt ` version to latest ` 0.46 ` -> ` 0.47 ` . ([ #2045 ] ( https://github.com/diffplug/spotless/pull/2045 ) )
18
18
* Bump default ` sortpom ` version to latest ` 3.2.1 ` -> ` 3.4.0 ` . ([ #2049 ] ( https://github.com/diffplug/spotless/pull/2049 ) )
19
19
* Bump default ` shfmt ` version to latest ` 3.7.0 ` -> ` 3.8.0 ` . ([ #2050 ] ( https://github.com/diffplug/spotless/pull/2050 ) )
20
+ * Bump default ` ktlint ` version to latest ` 1.1.1 ` -> ` 1.2.1 ` . ([ #2057 ] ( https://github.com/diffplug/spotless/pull/2057 ) )
20
21
* Bump default ` sortpom ` version to latest ` 3.4.0 ` -> ` 3.4.1 ` . ([ #2078 ] ( https://github.com/diffplug/spotless/pull/2078 ) )
21
22
### Removed
22
23
* ** BREAKING** Remove ` JarState.getMavenCoordinate(String prefix) ` . ([ #1945 ] ( https://github.com/diffplug/spotless/pull/1945 ) )
Original file line number Diff line number Diff line change 37
37
/** Wraps up <a href="https://github.com/pinterest/ktlint">ktlint</a> as a FormatterStep. */
38
38
public class KtLintStep implements RoundedStep {
39
39
private static final long serialVersionUID = 1L ;
40
- private static final String DEFAULT_VERSION = "1.1 .1" ;
40
+ private static final String DEFAULT_VERSION = "1.2 .1" ;
41
41
private static final String NAME = "ktlint" ;
42
42
private static final String MAVEN_COORDINATE_0_DOT = "com.pinterest:ktlint:" ;
43
43
private static final String MAVEN_COORDINATE_1_DOT = "com.pinterest.ktlint:ktlint-cli:" ;
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
10
10
* Bump default ` ktfmt ` version to latest ` 0.46 ` -> ` 0.47 ` . ([ #2045 ] ( https://github.com/diffplug/spotless/pull/2045 ) )
11
11
* Bump default ` sortpom ` version to latest ` 3.2.1 ` -> ` 3.4.0 ` . ([ #2049 ] ( https://github.com/diffplug/spotless/pull/2049 ) )
12
12
* Bump default ` shfmt ` version to latest ` 3.7.0 ` -> ` 3.8.0 ` . ([ #2050 ] ( https://github.com/diffplug/spotless/pull/2050 ) )
13
+ * Bump default ` ktlint ` version to latest ` 1.1.1 ` -> ` 1.2.1 ` . ([ #2057 ] ( https://github.com/diffplug/spotless/pull/2057 ) )
13
14
* Bump default ` sortpom ` version to latest ` 3.4.0 ` -> ` 3.4.1 ` . ([ #2078 ] ( https://github.com/diffplug/spotless/pull/2078 ) )
14
15
### Added
15
16
* Respect ` .editorconfig ` settings for formatting shell via ` shfmt ` ([ #2031 ] ( https://github.com/diffplug/spotless/pull/2031 ) )
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
9
9
* Bump default ` ktfmt ` version to latest ` 0.46 ` -> ` 0.47 ` . ([ #2045 ] ( https://github.com/diffplug/spotless/pull/2045 ) )
10
10
* Bump default ` sortpom ` version to latest ` 3.2.1 ` -> ` 3.4.0 ` . ([ #2049 ] ( https://github.com/diffplug/spotless/pull/2049 ) )
11
11
* Bump default ` shfmt ` version to latest ` 3.7.0 ` -> ` 3.8.0 ` . ([ #2050 ] ( https://github.com/diffplug/spotless/pull/2050 ) )
12
+ * Bump default ` ktlint ` version to latest ` 1.1.1 ` -> ` 1.2.1 ` . ([ #2057 ] ( https://github.com/diffplug/spotless/pull/2057 ) )
12
13
* Bump default ` sortpom ` version to latest ` 3.4.0 ` -> ` 3.4.1 ` . ([ #2078 ] ( https://github.com/diffplug/spotless/pull/2078 ) )
13
14
### Added
14
15
* Respect ` .editorconfig ` settings for formatting shell via ` shfmt ` ([ #2031 ] ( https://github.com/diffplug/spotless/pull/2031 ) )
You can’t perform that action at this time.
0 commit comments