File tree Expand file tree Collapse file tree 5 files changed +8
-2
lines changed
src/main/java/com/diffplug/spotless/kotlin Expand file tree Collapse file tree 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.44 ` -> ` 0.46 ` . ([ #1927 ] ( https://github.com/diffplug/spotless/pull/1927 ) )
13
15
14
16
## [ 2.43.0] - 2023-11-27
15
17
### Added
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ dependencies {
92
92
jacksonCompileOnly " com.fasterxml.jackson.core:jackson-databind:$VER_JACKSON "
93
93
jacksonCompileOnly " com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$VER_JACKSON "
94
94
// ktfmt
95
- ktfmtCompileOnly " com.facebook:ktfmt:0.44 "
95
+ ktfmtCompileOnly " com.facebook:ktfmt:0.46 "
96
96
ktfmtCompileOnly(" com.google.googlejavaformat:google-java-format" ) {
97
97
version {
98
98
strictly ' 1.7' // for JDK 8 compatibility
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.44 " ;
42
+ private static final String DEFAULT_VERSION = "0.46 " ;
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 @@ -5,6 +5,8 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
5
5
## [ Unreleased]
6
6
### Fixed
7
7
* Make ` KtfmtConfig.ConfigurableStyle#configure ` public. ([ #1926 ] ( https://github.com/diffplug/spotless/pull/1926 ) )
8
+ ### Changes
9
+ * Bump default ` ktfmt ` version to latest ` 0.44 ` -> ` 0.46 ` . ([ #1927 ] ( https://github.com/diffplug/spotless/pull/1927 ) )
8
10
9
11
## [ 6.23.2] - 2023-12-01
10
12
### Fixed
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.44 ` -> ` 0.46 ` . ([ #1927 ] ( https://github.com/diffplug/spotless/pull/1927 ) )
6
8
7
9
## [ 2.41.0] - 2023-11-27
8
10
### Added
You can’t perform that action at this time.
0 commit comments