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 (
1313### Changed
1414* Support toning down sortPom logging. ([ #2185 ] ( https://github.com/diffplug/spotless/pull/2185 ) )
1515* 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 ) )
1717* Rename property ` ktfmt ` option ` removeUnusedImport ` -> ` removeUnusedImports ` to match ` ktfmt ` . ([ #2172 ] ( https://github.com/diffplug/spotless/pull/2172 ) )
1818* Bump default ` eclipse ` version to latest ` 4.29 ` -> ` 4.32 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) )
1919* 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 {
101101 jacksonCompileOnly " com.fasterxml.jackson.core:jackson-databind:$VER_JACKSON "
102102 jacksonCompileOnly " com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$VER_JACKSON "
103103 // ktfmt
104- ktfmtCompileOnly " com.facebook:ktfmt:0.51 "
104+ ktfmtCompileOnly " com.facebook:ktfmt:0.52 "
105105 ktfmtCompileOnly(" com.google.googlejavaformat:google-java-format" ) {
106106 version {
107107 strictly ' 1.7' // for JDK 8 compatibility
Original file line number Diff line number Diff line change 3939 */
4040public class KtfmtStep implements Serializable {
4141 private static final long serialVersionUID = 1L ;
42- private static final String DEFAULT_VERSION = "0.51 " ;
42+ private static final String DEFAULT_VERSION = "0.52 " ;
4343 private static final String NAME = "ktfmt" ;
4444 private static final String MAVEN_COORDINATE = "com.facebook:ktfmt:" ;
4545
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 (
66### Changed
77* Support toning down sortPom logging. ([ #2185 ] ( https://github.com/diffplug/spotless/pull/2185 ) )
88* 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 ) )
1010* Rename property ` ktfmt ` option ` removeUnusedImport ` -> ` removeUnusedImports ` to match ` ktfmt ` . ([ #2172 ] ( https://github.com/diffplug/spotless/pull/2172 ) )
1111* Bump default ` eclipse ` version to latest ` 4.29 ` -> ` 4.32 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) )
1212* 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 (
66### Changed
77* Support toning down sortPom logging. ([ #2185 ] ( https://github.com/diffplug/spotless/pull/2185 ) )
88* 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 ) )
1010* Rename property ` ktfmt ` option ` removeUnusedImport ` -> ` removeUnusedImports ` to match ` ktfmt ` . ([ #2172 ] ( https://github.com/diffplug/spotless/pull/2172 ) )
1111* Bump default ` eclipse ` version to latest ` 4.29 ` -> ` 4.32 ` . ([ #2179 ] ( https://github.com/diffplug/spotless/pull/2179 ) )
1212* 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