From caa96ebf06a973a6a4cc9ecfdecdb72afb3c6c89 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 25 Dec 2021 10:01:59 +0100 Subject: [PATCH] Update sbt-scalafmt to 2.4.6 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index bab8ae2..8b3dae4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.5") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.20") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")