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.27
0.29
1 parent f2540b6 commit c85f475Copy full SHA for c85f475
lib/src/main/java/com/diffplug/spotless/kotlin/KtfmtStep.java
@@ -32,7 +32,7 @@ public class KtfmtStep {
32
// prevent direct instantiation
33
private KtfmtStep() {}
34
35
- private static final String DEFAULT_VERSION = "0.27";
+ private static final String DEFAULT_VERSION = "0.29";
36
static final String NAME = "ktfmt";
37
static final String PACKAGE = "com.facebook";
38
static final String MAVEN_COORDINATE = PACKAGE + ":ktfmt:";
0 commit comments