Skip to content

Commit

Permalink
Bump default scalafmt 3.0.0 -> 3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Nov 9, 2021
1 parent c85f475 commit b66c7aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ private ScalaFmtStep() {}

private static final Pattern VERSION_PRE_2_0 = Pattern.compile("[10]\\.(\\d+)\\.\\d+");
private static final Pattern VERSION_PRE_3_0 = Pattern.compile("2\\.(\\d+)\\.\\d+");
private static final String DEFAULT_VERSION = "3.0.0";
private static final String DEFAULT_VERSION = "3.0.8";
static final String NAME = "scalafmt";
static final String MAVEN_COORDINATE_PRE_2_0 = "com.geirsson:scalafmt-core_2.11:";
static final String MAVEN_COORDINATE_PRE_3_0 = "org.scalameta:scalafmt-core_2.11:";
Expand Down

0 comments on commit b66c7aa

Please sign in to comment.