We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a14385d commit 103df91Copy full SHA for 103df91
2 files changed
.scalafmt.conf
@@ -1,4 +1,4 @@
1
-version = 3.9.4
+version = 3.9.8
2
runner.dialect = scala213
3
project {
4
git = true
build.sbt
@@ -40,7 +40,7 @@ inThisBuild(List(
40
))
41
publish / skip := true
42
43
-val scalafmtVersion = "3.9.7"
+val scalafmtVersion = "3.9.8"
44
onLoadMessage :=
45
s"Welcome to sbt-scalafmt ${version.value} (scalafmt $scalafmtVersion)"
46
0 commit comments