From 77dd5ae3d7a2ff613f18dfe9ce0caa6f8ac324ec Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 9 Jul 2021 03:24:56 +0200 Subject: [PATCH] Update sbt-scalafmt to 2.4.3 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index bc907486..dcf51f0b 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.3") // Revolver allows us to use re-start and work a lot faster! addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")