Skip to content

Commit

Permalink
Update scalafmt-core to 3.9.3 (#3231)
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 Mar 10, 2025
1 parent dc9a899 commit f514e86
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.9.2"
version = "3.9.3"
maxColumn = 240
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 @@ -165,7 +165,7 @@ lazy val `quill-util` =
.settings(
Test / fork := true,
libraryDependencies ++= Seq(
("org.scalameta" %% "scalafmt-core" % "3.9.2")
("org.scalameta" %% "scalafmt-core" % "3.9.3")
.excludeAll(
({
if (isScala3)
Expand Down

0 comments on commit f514e86

Please sign in to comment.