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 b69f601 commit 2e8a6d5Copy full SHA for 2e8a6d5
.scalafmt.conf
@@ -1,4 +1,4 @@
1
-version = "3.7.15"
+version = "3.7.17"
2
maxColumn = 120
3
align.preset = most
4
align.multiline = false
build.sbt
@@ -167,7 +167,7 @@ lazy val `quill-util` =
167
.settings(
168
Test / fork := true,
169
libraryDependencies ++= Seq(
170
- ("org.scalameta" %% "scalafmt-core" % "3.7.15")
+ ("org.scalameta" %% "scalafmt-core" % "3.7.17")
171
.excludeAll(
172
({
173
if (isScala3)
0 commit comments