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 be4892f commit 91534afCopy full SHA for 91534af
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
- private static final String DEFAULT_VERSION = "3.5.9";
+ private static final String DEFAULT_VERSION = "3.6.1";
38
39
private static final String DEFAULT_SCALA_MAJOR_VERSION = "2.13";
40
static final String NAME = "scalafmt";
0 commit comments