Skip to content

Commit

Permalink
Update sbt-scalafmt to 2.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo committed Jan 14, 2025
1 parent 1f2153c commit 8600a52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ addSbtPlugin("io.shiftleft" % "sbt-ci-release-early" % "2.0.35")
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.3.4")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.3")

// Codegen project

Expand Down
2 changes: 1 addition & 1 deletion zio-aws-codegen/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.3")

0 comments on commit 8600a52

Please # to comment.