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.
1 parent f80b45f commit 2204510Copy full SHA for 2204510
lib/src/main/java/com/diffplug/spotless/kotlin/KtfmtStep.java
@@ -39,7 +39,7 @@ public class KtfmtStep {
39
// prevent direct instantiation
40
private KtfmtStep() {}
41
42
- private static final String DEFAULT_VERSION = "0.42";
+ private static final String DEFAULT_VERSION = "0.43";
43
static final String NAME = "ktfmt";
44
static final String PACKAGE = "com.facebook";
45
static final String MAVEN_COORDINATE = PACKAGE + ":ktfmt:";
0 commit comments