Skip to content

Commit a6f310f

Browse files
authored
Update sbt-scalafmt to 2.4.2
1 parent eb41c4e commit a6f310f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.15.0")
33
addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.7.0")
44
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
55
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3")
6-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.0")
6+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
77
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.3")
88
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
99
addSbtPlugin("com.alejandrohdezma" %% "sbt-github" % "0.8.2")

0 commit comments

Comments
 (0)