Skip to content

Commit 3d2d6ee

Browse files
committed
Bump ktlint default from 0.35 to 0.40
1 parent ffde384 commit 3d2d6ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/src/main/java/com/diffplug/spotless/kotlin/KtLintStep.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2016-2020 DiffPlug
2+
* Copyright 2016-2021 DiffPlug
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -56,7 +56,7 @@ private static int badSemver(int major, int minor) {
5656

5757
private static final Pattern BAD_SEMVER = Pattern.compile("(\\d+)\\.(\\d+)\\.");
5858

59-
private static final String DEFAULT_VERSION = "0.35.0";
59+
private static final String DEFAULT_VERSION = "0.40.0";
6060
static final String NAME = "ktlint";
6161
static final String PACKAGE_PRE_0_32 = "com.github.shyiko";
6262
static final String PACKAGE = "com.pinterest";

0 commit comments

Comments
 (0)