From aef2542720d7cd19b0002960ac69e113cf31a786 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 18 Nov 2021 23:04:10 +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 618b2e0f..a5ac5f9f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ // Makes our code tidy -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.4") // Revolver allows us to use re-start and work a lot faster! addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")