Skip to content

Commit

Permalink
Bump default ktlint 0.42.1 -> 0.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Nov 9, 2021
1 parent ce63aa4 commit f2540b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class KtLintStep {
// prevent direct instantiation
private KtLintStep() {}

private static final String DEFAULT_VERSION = "0.42.1";
private static final String DEFAULT_VERSION = "0.43.0";
static final String NAME = "ktlint";
static final String PACKAGE_PRE_0_32 = "com.github.shyiko";
static final String PACKAGE = "com.pinterest";
Expand Down

0 comments on commit f2540b6

Please sign in to comment.