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 (
12
12
## [ Unreleased]
13
13
### Changed
14
14
* 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 )
15
16
16
17
## [ 3.0.0.BETA4] - 2024-10-24
17
18
### Added
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.52 "
104
+ ktfmtCompileOnly " com.facebook:ktfmt:0.53 "
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.52 " ;
42
+ private static final String DEFAULT_VERSION = "0.53 " ;
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 @@ -5,6 +5,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
5
5
## [ Unreleased]
6
6
### Changed
7
7
* 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 )
8
9
9
10
## [ 7.0.0.BETA4] - 2024-10-24
10
11
### 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 (
5
5
## [ Unreleased]
6
6
### Changed
7
7
* 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 )
8
9
9
10
## [ 2.44.0.BETA4] - 2024-10-24
10
11
### Added
You can’t perform that action at this time.
0 commit comments