We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84547c6 commit 1df679aCopy full SHA for 1df679a
lib/src/main/java/com/diffplug/spotless/scala/ScalaFmtStep.java
@@ -34,7 +34,7 @@ public class ScalaFmtStep {
34
// prevent direct instantiation
35
private ScalaFmtStep() {}
36
37
- static final String DEFAULT_VERSION = "3.7.1";
+ static final String DEFAULT_VERSION = "3.7.3";
38
39
private static final String DEFAULT_SCALA_MAJOR_VERSION = "2.13";
40
static final String NAME = "scalafmt";
testlib/src/main/resources/scala/scalafmt/scalafmt.conf
@@ -1,4 +1,4 @@
1
-version = 3.7.1
+version = 3.7.3
2
runner.dialect = scala213
3
style = defaultWithAlign # For pretty alignment.
4
maxColumn = 20 # For my teensy narrow display
0 commit comments