From 332ed46f142550c56cc533c138fcc9caa3093ead Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 7 Sep 2023 02:52:03 +0000 Subject: [PATCH] Update sbt-scalafmt to 2.5.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 618b2e0f..f7c9c19b 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.5.2") // Revolver allows us to use re-start and work a lot faster! addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")