File tree Expand file tree Collapse file tree 5 files changed +9
-3
lines changed
src/main/java/com/diffplug/spotless/kotlin Expand file tree Collapse file tree 5 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ This document is intended for Spotless developers.
1010We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 1.27.0 ` ).
1111
1212## [ Unreleased]
13+ ### Changes
14+ * Bump default ` ktlint ` version to latest ` 1.7.1 ` -> ` 1.8.0 ` . ([ 2763] ( https://github.com/diffplug/spotless/pull/2763 ) )
1315
1416## [ 4.1.0] - 2025-11-18
1517### Changes
Original file line number Diff line number Diff line change @@ -108,8 +108,8 @@ dependencies {
108108 }
109109 }
110110 // ktlint latest supported version
111- compatKtLint1Dot0Dot0CompileAndTestOnly ' com.pinterest.ktlint:ktlint-rule-engine:1.0 .0'
112- compatKtLint1Dot0Dot0CompileAndTestOnly ' com.pinterest.ktlint:ktlint-ruleset-standard:1.0 .0'
111+ compatKtLint1Dot0Dot0CompileAndTestOnly ' com.pinterest.ktlint:ktlint-rule-engine:1.8 .0'
112+ compatKtLint1Dot0Dot0CompileAndTestOnly ' com.pinterest.ktlint:ktlint-ruleset-standard:1.8 .0'
113113 compatKtLint1Dot0Dot0CompileAndTestOnly ' org.slf4j:slf4j-api:2.0.17'
114114 // palantirJavaFormat
115115 palantirJavaFormatCompileOnly ' com.palantir.javaformat:palantir-java-format:1.1.0' // this version needs to stay compilable against Java 8 for CI Job testNpm
Original file line number Diff line number Diff line change 3838public final class KtLintStep implements Serializable {
3939 @ Serial
4040 private static final long serialVersionUID = 1L ;
41- private static final String DEFAULT_VERSION = "1.7.1 " ;
41+ private static final String DEFAULT_VERSION = "1.8.0 " ;
4242 private static final String NAME = "ktlint" ;
4343 private static final String MAVEN_COORDINATE_0_DOT = "com.pinterest:ktlint:" ;
4444 private static final String MAVEN_COORDINATE_1_DOT = "com.pinterest.ktlint:ktlint-cli:" ;
Original file line number Diff line number Diff line change 33We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 3.27.0 ` ).
44
55## [ Unreleased]
6+ ### Changes
7+ * Bump default ` ktlint ` version to latest ` 1.7.1 ` -> ` 1.8.0 ` . ([ 2763] ( https://github.com/diffplug/spotless/pull/2763 ) )
68
79## [ 8.1.0] - 2025-11-18
810### Changes
Original file line number Diff line number Diff line change 33We adhere to the [ keepachangelog] ( https://keepachangelog.com/en/1.0.0/ ) format (starting after version ` 1.27.0 ` ).
44
55## [ Unreleased]
6+ ### Changes
7+ * Bump default ` ktlint ` version to latest ` 1.7.1 ` -> ` 1.8.0 ` . ([ 2763] ( https://github.com/diffplug/spotless/pull/2763 ) )
68
79## [ 3.1.0] - 2025-11-18
810### Changes
You can’t perform that action at this time.
0 commit comments