Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 40e0dbf

Browse files
committedJan 19, 2025··
Update sbt-scalafmt to 2.5.4
1 parent 8c4ee12 commit 40e0dbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.0")
66
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
77
addSbtPlugin("com.lihaoyi" % "scalatex-sbt-plugin" % "0.3.11")
88
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.1")
9-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
9+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")

0 commit comments

Comments
 (0)
Please sign in to comment.