Skip to content

Commit 0451939

Browse files
authored
Merge pull request #578 from profunktor/update/sbt-scalafmt-2.6.0
Update sbt-scalafmt to 2.6.0
2 parents 777fdda + a3a0e08 commit 0451939

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml"
66
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
77
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.3")
88
addSbtPlugin("com.github.sbt" % "sbt-header" % "5.11.0")
9-
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
9+
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.0")
1010
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.4")
1111
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.9.0")
1212
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.5")

0 commit comments

Comments
 (0)