Skip to content

Commit 2235f05

Browse files
committed
Update sbt-scalafmt to 2.2.0
1 parent 4364998 commit 2235f05

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
@@ -1,7 +1,7 @@
11
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.8")
22
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.7")
33
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.3")
4-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.7")
4+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.2.0")
55
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "1.3.6")
66
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.4.31")
77
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0")

0 commit comments

Comments
 (0)