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 (
18
18
### Changes
19
19
* Bump default ` ktfmt ` version to latest ` 0.40 ` -> ` 0.41 ` ([ #1340 ] ( https://github.com/diffplug/spotless/pull/1340 ) )
20
20
* 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 ) )
21
22
22
23
## [ 2.30.0] - 2022-09-14
23
24
### Added
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ dependencies {
94
94
String VER_SCALAFMT = " 3.6.1"
95
95
scalafmtCompileOnly " org.scalameta:scalafmt-core_2.13:$VER_SCALAFMT "
96
96
97
- String VER_DIKTAT = " 1.2.3 "
97
+ String VER_DIKTAT = " 1.2.4.2 "
98
98
diktatCompileOnly " org.cqfn.diktat:diktat-rules:$VER_DIKTAT "
99
99
100
100
// used for markdown formatting
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ private DiktatStep() {}
32
32
33
33
private static final String MIN_SUPPORTED_VERSION = "1.2.1" ;
34
34
35
- private static final String DEFAULT_VERSION = "1.2.3 " ;
35
+ private static final String DEFAULT_VERSION = "1.2.4.2 " ;
36
36
static final String NAME = "diktat" ;
37
37
static final String PACKAGE_DIKTAT = "org.cqfn.diktat" ;
38
38
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 (
11
11
### Changes
12
12
* Bump default ` ktfmt ` version to latest ` 0.40 ` -> ` 0.41 ` ([ #1340 ] ( https://github.com/diffplug/spotless/pull/1340 ) )
13
13
* 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 ) )
14
15
15
16
## [ 6.11.0] - 2022-09-14
16
17
### 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 (
11
11
### Changes
12
12
* Bump default ` ktfmt ` version to latest ` 0.40 ` -> ` 0.41 ` ([ #1340 ] ( https://github.com/diffplug/spotless/pull/1340 ) )
13
13
* 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 ) )
14
15
15
16
## [ 2.27.2] - 2022-10-10
16
17
### Fixed
You can’t perform that action at this time.
0 commit comments