From 7321b479ace1c496cbb932bc0d5ae3b42900a265 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 15 Nov 2022 01:40:10 +0000 Subject: [PATCH] Update sbt-scalafmt to 2.5.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 618b2e0f..1b1f2210 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.0") // Revolver allows us to use re-start and work a lot faster! addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1")