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 @@ -18,6 +18,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1818### Changes
1919* Bump default ` ktfmt ` version to latest ` 0.40 ` -> ` 0.41 ` ([ #1340 ] ( https://github.com/diffplug/spotless/pull/1340 ) )
2020* Bump default ` scalafmt ` version to latest ` 3.5.9 ` -> ` 3.6.1 ` ([ #1373 ] ( https://github.com/diffplug/spotless/pull/1373 ) )
21+ * Bump default ` diktat ` version to latest ` 1.2.3 ` -> ` 1.2.4.2 ` ([ #1393 ] ( https://github.com/diffplug/spotless/pull/1393 ) )
2122
2223## [ 2.30.0] - 2022-09-14
2324### Added
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ dependencies {
9494 String VER_SCALAFMT = " 3.6.1"
9595 scalafmtCompileOnly " org.scalameta:scalafmt-core_2.13:$VER_SCALAFMT "
9696
97- String VER_DIKTAT = " 1.2.3 "
97+ String VER_DIKTAT = " 1.2.4.2 "
9898 diktatCompileOnly " org.cqfn.diktat:diktat-rules:$VER_DIKTAT "
9999
100100 // used for markdown formatting
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ private DiktatStep() {}
3232
3333 private static final String MIN_SUPPORTED_VERSION = "1.2.1" ;
3434
35- private static final String DEFAULT_VERSION = "1.2.3 " ;
35+ private static final String DEFAULT_VERSION = "1.2.4.2 " ;
3636 static final String NAME = "diktat" ;
3737 static final String PACKAGE_DIKTAT = "org.cqfn.diktat" ;
3838 static final String MAVEN_COORDINATE = PACKAGE_DIKTAT + ":diktat-rules:" ;
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1111### Changes
1212* Bump default ` ktfmt ` version to latest ` 0.40 ` -> ` 0.41 ` ([ #1340 ] ( https://github.com/diffplug/spotless/pull/1340 ) )
1313* Bump default ` scalafmt ` version to latest ` 3.5.9 ` -> ` 3.6.1 ` ([ #1373 ] ( https://github.com/diffplug/spotless/pull/1373 ) )
14+ * Bump default ` diktat ` version to latest ` 1.2.3 ` -> ` 1.2.4.2 ` ([ #1393 ] ( https://github.com/diffplug/spotless/pull/1393 ) )
1415
1516## [ 6.11.0] - 2022-09-14
1617### Added
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
1111### Changes
1212* Bump default ` ktfmt ` version to latest ` 0.40 ` -> ` 0.41 ` ([ #1340 ] ( https://github.com/diffplug/spotless/pull/1340 ) )
1313* Bump default ` scalafmt ` version to latest ` 3.5.9 ` -> ` 3.6.1 ` ([ #1373 ] ( https://github.com/diffplug/spotless/pull/1373 ) )
14+ * Bump default ` diktat ` version to latest ` 1.2.3 ` -> ` 1.2.4.2 ` ([ #1393 ] ( https://github.com/diffplug/spotless/pull/1393 ) )
1415
1516## [ 2.27.2] - 2022-10-10
1617### Fixed
You can’t perform that action at this time.
0 commit comments