From 0a377acb2e6e495a1959cd801ed2d28e5c3d7448 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 19 Nov 2021 01:30:15 +0100 Subject: [PATCH] Update sbt-scalafmt to 2.4.4 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f9c4749..60e779e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.4") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.7")