Skip to content

Commit

Permalink
Bump ktlint default version from 0.46.1 to 0.47.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Sep 14, 2022
1 parent a3dc8f1 commit 864eb7a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,7 +33,7 @@ public class KtLintStep {
// prevent direct instantiation
private KtLintStep() {}

private static final String DEFAULT_VERSION = "0.46.1";
private static final String DEFAULT_VERSION = "0.47.1";
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 864eb7a

Please sign in to comment.