Skip to content

Commit a65667c

Browse files
committed
chore: add sbt-scalafmt plugin
- Add sbt-scalafmt 2.5.5 plugin to project/plugins.sbt - Enables scalafmtCheckAll and scalafmtAll commands in sbt
1 parent 490b606 commit a65667c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/plugins.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ addSbtPlugin("org.foundweekends.giter8" % "sbt-giter8-scaffold" % "0.17.0")
33
addSbtPlugin("com.codecommit" % "sbt-github-packages" % "0.5.3")
44
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")
55
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1")
6+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")

0 commit comments

Comments
 (0)