Skip to content

Commit f2e2f71

Browse files
committedSep 14, 2022
Udpate KtFmtStep to the new latest version.
1 parent b722fc9 commit f2e2f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/src/main/java/com/diffplug/spotless/kotlin/KtfmtStep.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class KtfmtStep {
3939
// prevent direct instantiation
4040
private KtfmtStep() {}
4141

42-
private static final String DEFAULT_VERSION = "0.39";
42+
private static final String DEFAULT_VERSION = "0.40";
4343
static final String NAME = "ktfmt";
4444
static final String PACKAGE = "com.facebook";
4545
static final String MAVEN_COORDINATE = PACKAGE + ":ktfmt:";

0 commit comments

Comments
 (0)
Please sign in to comment.