Skip to content

Commit

Permalink
Update scalafmt-core to 3.7.15 (#2945)
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 Oct 26, 2023
1 parent 900baa6 commit 9e9c706
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.14"
version = "3.7.15"
maxColumn = 120
align.preset = most
align.multiline = false
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -167,7 +167,7 @@ lazy val `quill-util` =
.settings(
Test / fork := true,
libraryDependencies ++= Seq(
("org.scalameta" %% "scalafmt-core" % "3.7.14")
("org.scalameta" %% "scalafmt-core" % "3.7.15")
.excludeAll(
({
if (isScala3)
Expand Down

0 comments on commit 9e9c706

Please sign in to comment.