File tree Expand file tree Collapse file tree 5 files changed +5
-2
lines changed
src/main/java/com/diffplug/spotless/kotlin Expand file tree Collapse file tree 5 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1212## [ Unreleased]
1313### Changed
1414* Bump default ` ktlint ` version to latest ` 1.3.0 ` -> ` 1.4.0 ` . ([ #2314 ] ( https://github.com/diffplug/spotless/pull/2314 ) )
15+ * Bump default ` ktfmt ` version to latest ` 0.52 ` -> ` 0.53 ` . ([ #2320 ] ( https://github.com/diffplug/spotless/pull/2320 )
1516
1617## [ 3.0.0.BETA4] - 2024-10-24
1718### Added
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.52 "
104+ ktfmtCompileOnly " com.facebook:ktfmt:0.53 "
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.52 " ;
42+ private static final String DEFAULT_VERSION = "0.53 " ;
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 @@ -5,6 +5,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
55## [ Unreleased]
66### Changed
77* Bump default ` ktlint ` version to latest ` 1.3.0 ` -> ` 1.4.0 ` . ([ #2314 ] ( https://github.com/diffplug/spotless/pull/2314 ) )
8+ * Bump default ` ktfmt ` version to latest ` 0.52 ` -> ` 0.53 ` . ([ #2320 ] ( https://github.com/diffplug/spotless/pull/2320 )
89
910## [ 7.0.0.BETA4] - 2024-10-24
1011### Added
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
55## [ Unreleased]
66### Changed
77* Bump default ` ktlint ` version to latest ` 1.3.0 ` -> ` 1.4.0 ` . ([ #2314 ] ( https://github.com/diffplug/spotless/pull/2314 ) )
8+ * Bump default ` ktfmt ` version to latest ` 0.52 ` -> ` 0.53 ` . ([ #2320 ] ( https://github.com/diffplug/spotless/pull/2320 )
89
910## [ 2.44.0.BETA4] - 2024-10-24
1011### Added
You can’t perform that action at this time.
0 commit comments