Skip to content

Commit

Permalink
Udpate KtFmtStep to the new latest version.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Sep 14, 2022
1 parent b722fc9 commit f2e2f71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public class KtfmtStep {
// prevent direct instantiation
private KtfmtStep() {}

private static final String DEFAULT_VERSION = "0.39";
private static final String DEFAULT_VERSION = "0.40";
static final String NAME = "ktfmt";
static final String PACKAGE = "com.facebook";
static final String MAVEN_COORDINATE = PACKAGE + ":ktfmt:";
Expand Down

0 comments on commit f2e2f71

Please sign in to comment.