File tree 5 files changed +8
-2
lines changed
src/main/java/com/diffplug/spotless/kotlin
5 files changed +8
-2
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 ` ktfmt ` version to latest ` 0.35 ` -> ` 0.36 ` . ([ #1183 ] ( https://github.com/diffplug/spotless/issues/1183 ) )
13
15
14
16
## [ 2.25.0] - 2022-04-22
15
17
### Added
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ dependencies {
35
35
36
36
palantirJavaFormatCompileOnly ' com.palantir.javaformat:palantir-java-format:1.1.0'
37
37
38
- String VER_KTFMT = ' 0.35 '
38
+ String VER_KTFMT = ' 0.36 '
39
39
ktfmtCompileOnly " com.facebook:ktfmt:$VER_KTFMT "
40
40
String VER_KTLINT_GOOGLE_JAVA_FORMAT = ' 1.7' // for JDK 8 compatibility
41
41
ktfmtCompileOnly(" com.google.googlejavaformat:google-java-format" ) {
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ public class KtfmtStep {
39
39
// prevent direct instantiation
40
40
private KtfmtStep () {}
41
41
42
- private static final String DEFAULT_VERSION = "0.35 " ;
42
+ private static final String DEFAULT_VERSION = "0.36 " ;
43
43
static final String NAME = "ktfmt" ;
44
44
static final String PACKAGE = "com.facebook" ;
45
45
static final String MAVEN_COORDINATE = PACKAGE + ":ktfmt:" ;
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 ` ktfmt ` version to latest ` 0.35 ` -> ` 0.36 ` . ([ #1183 ] ( https://github.com/diffplug/spotless/issues/1183 ) )
6
8
7
9
## [ 6.5.0] - 2022-04-22
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 ` ktfmt ` version to latest ` 0.35 ` -> ` 0.36 ` . ([ #1183 ] ( https://github.com/diffplug/spotless/issues/1183 ) )
6
8
7
9
## [ 2.22.2] - 2022-04-22
8
10
### Fixed
You can’t perform that action at this time.
0 commit comments