We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0.42.1
0.43.0
1 parent ce63aa4 commit f2540b6Copy full SHA for f2540b6
lib/src/main/java/com/diffplug/spotless/kotlin/KtLintStep.java
@@ -37,7 +37,7 @@ public class KtLintStep {
37
// prevent direct instantiation
38
private KtLintStep() {}
39
40
- private static final String DEFAULT_VERSION = "0.42.1";
+ private static final String DEFAULT_VERSION = "0.43.0";
41
static final String NAME = "ktlint";
42
static final String PACKAGE_PRE_0_32 = "com.github.shyiko";
43
static final String PACKAGE = "com.pinterest";
0 commit comments