Skip to content

Commit

Permalink
Update scalafmt-core to 3.7.17 (#2958)
Browse files Browse the repository at this point in the history
Co-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>
  • Loading branch information
zio-scala-steward[bot] authored Nov 27, 2023
1 parent b69f601 commit 2e8a6d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.7.15"
version = "3.7.17"
maxColumn = 120
align.preset = most
align.multiline = false
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ lazy val `quill-util` =
.settings(
Test / fork := true,
libraryDependencies ++= Seq(
("org.scalameta" %% "scalafmt-core" % "3.7.15")
("org.scalameta" %% "scalafmt-core" % "3.7.17")
.excludeAll(
({
if (isScala3)
Expand Down

0 comments on commit 2e8a6d5

Please sign in to comment.