File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
src/main/java/com/diffplug/spotless/kotlin Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
13
13
### Changed
14
14
* Support toning down sortPom logging. ([ #2185 ] ( https://github.com/diffplug/spotless/pull/2185 ) )
15
15
* Bump default ` ktlint ` version to latest ` 1.2.1 ` -> ` 1.3.0 ` . ([ #2165 ] ( https://github.com/diffplug/spotless/pull/2165 ) )
16
- * Bump default ` ktfmt ` version to latest ` 0.49 ` -> ` 0.51 ` . ([ #2172 ] ( https://github.com/diffplug/spotless/pull/2172 ) )
16
+ * Bump default ` ktfmt ` version to latest ` 0.49 ` -> ` 0.52 ` . ([ #2172 ] ( https://github.com/diffplug/spotless/pull/2172 ) , [ # 2231 ] ( https://github.com/diffplug/spotless/pull/2231 ) )
17
17
* Rename property ` ktfmt ` option ` removeUnusedImport ` -> ` removeUnusedImports ` to match ` ktfmt ` . ([ #2172 ] ( https://github.com/diffplug/spotless/pull/2172 ) )
18
18
* Bump default ` eclipse ` version to latest ` 4.29 ` -> ` 4.32 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) )
19
19
* Bump default ` greclipse ` version to latest ` 4.29 ` -> ` 4.32 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) , [ #2190 ] ( https://github.com/diffplug/spotless/pull/2190 ) )
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ dependencies {
101
101
jacksonCompileOnly " com.fasterxml.jackson.core:jackson-databind:$VER_JACKSON "
102
102
jacksonCompileOnly " com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$VER_JACKSON "
103
103
// ktfmt
104
- ktfmtCompileOnly " com.facebook:ktfmt:0.51 "
104
+ ktfmtCompileOnly " com.facebook:ktfmt:0.52 "
105
105
ktfmtCompileOnly(" com.google.googlejavaformat:google-java-format" ) {
106
106
version {
107
107
strictly ' 1.7' // for JDK 8 compatibility
Original file line number Diff line number Diff line change 39
39
*/
40
40
public class KtfmtStep implements Serializable {
41
41
private static final long serialVersionUID = 1L ;
42
- private static final String DEFAULT_VERSION = "0.51 " ;
42
+ private static final String DEFAULT_VERSION = "0.52 " ;
43
43
private static final String NAME = "ktfmt" ;
44
44
private static final String MAVEN_COORDINATE = "com.facebook:ktfmt:" ;
45
45
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
6
6
### Changed
7
7
* Support toning down sortPom logging. ([ #2185 ] ( https://github.com/diffplug/spotless/pull/2185 ) )
8
8
* Bump default ` ktlint ` version to latest ` 1.2.1 ` -> ` 1.3.0 ` . ([ #2165 ] ( https://github.com/diffplug/spotless/pull/2165 ) )
9
- * Bump default ` ktfmt ` version to latest ` 0.49 ` -> ` 0.51 ` . ([ #2172 ] ( https://github.com/diffplug/spotless/pull/2172 ) )
9
+ * Bump default ` ktfmt ` version to latest ` 0.49 ` -> ` 0.52 ` . ([ #2172 ] ( https://github.com/diffplug/spotless/pull/2172 ) , [ # 2231 ] ( https://github.com/diffplug/spotless/pull/2231 ) )
10
10
* Rename property ` ktfmt ` option ` removeUnusedImport ` -> ` removeUnusedImports ` to match ` ktfmt ` . ([ #2172 ] ( https://github.com/diffplug/spotless/pull/2172 ) )
11
11
* Bump default ` eclipse ` version to latest ` 4.29 ` -> ` 4.32 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) )
12
12
* Bump default ` greclipse ` version to latest ` 4.29 ` -> ` 4.32 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) , [ #2190 ] ( https://github.com/diffplug/spotless/pull/2190 ) )
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
6
6
### Changed
7
7
* Support toning down sortPom logging. ([ #2185 ] ( https://github.com/diffplug/spotless/pull/2185 ) )
8
8
* Bump default ` ktlint ` version to latest ` 1.2.1 ` -> ` 1.3.0 ` . ([ #2165 ] ( https://github.com/diffplug/spotless/pull/2165 ) )
9
- * Bump default ` ktfmt ` version to latest ` 0.49 ` -> ` 0.51 ` . ([ #2172 ] ( https://github.com/diffplug/spotless/pull/2172 ) )
9
+ * Bump default ` ktfmt ` version to latest ` 0.49 ` -> ` 0.52 ` . ([ #2172 ] ( https://github.com/diffplug/spotless/pull/2172 ) , [ # 2231 ] ( https://github.com/diffplug/spotless/pull/2231 ) )
10
10
* Rename property ` ktfmt ` option ` removeUnusedImport ` -> ` removeUnusedImports ` to match ` ktfmt ` . ([ #2172 ] ( https://github.com/diffplug/spotless/pull/2172 ) )
11
11
* Bump default ` eclipse ` version to latest ` 4.29 ` -> ` 4.32 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) )
12
12
* Bump default ` greclipse ` version to latest ` 4.29 ` -> ` 4.32 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) , [ #2190 ] ( https://github.com/diffplug/spotless/pull/2190 ) )
You can’t perform that action at this time.
0 commit comments