Skip to content

Commit

Permalink
Update scalafmt-core to 3.7.14 (#2863)
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] committed Sep 17, 2023
1 parent 9b6e8bb commit de224ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
@@ -1,4 +1,4 @@
version = "3.7.13"
version = "3.7.14"
maxColumn = 120
align.preset = most
align.multiline = false
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -215,7 +215,7 @@ lazy val `quill-util` =
.settings(
Test / fork := true,
libraryDependencies ++= Seq(
("org.scalameta" %% "scalafmt-core" % "3.7.13")
("org.scalameta" %% "scalafmt-core" % "3.7.14")
.excludeAll(
({
if (isScala3)
Expand Down

0 comments on commit de224ec

Please sign in to comment.