We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffde384 commit 3d2d6eeCopy full SHA for 3d2d6ee
lib/src/main/java/com/diffplug/spotless/kotlin/KtLintStep.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2016-2020 DiffPlug
+ * Copyright 2016-2021 DiffPlug
3
*
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
* you may not use this file except in compliance with the License.
@@ -56,7 +56,7 @@ private static int badSemver(int major, int minor) {
56
57
private static final Pattern BAD_SEMVER = Pattern.compile("(\\d+)\\.(\\d+)\\.");
58
59
- private static final String DEFAULT_VERSION = "0.35.0";
+ private static final String DEFAULT_VERSION = "0.40.0";
60
static final String NAME = "ktlint";
61
static final String PACKAGE_PRE_0_32 = "com.github.shyiko";
62
static final String PACKAGE = "com.pinterest";
0 commit comments