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 e10dbdc commit aa8d029Copy full SHA for aa8d029
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.43";
+ private static final String DEFAULT_VERSION = "0.44";
43
static final String NAME = "ktfmt";
44
static final String PACKAGE = "com.facebook";
45
static final String MAVEN_COORDINATE = PACKAGE + ":ktfmt:";
0 commit comments