Skip to content

Commit

Permalink
Bump ktlint default from 0.35 to 0.40
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jan 4, 2021
1 parent ffde384 commit 3d2d6ee
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2016-2020 DiffPlug
* Copyright 2016-2021 DiffPlug
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -56,7 +56,7 @@ private static int badSemver(int major, int minor) {

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

private static final String DEFAULT_VERSION = "0.35.0";
private static final String DEFAULT_VERSION = "0.40.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 3d2d6ee

Please sign in to comment.