From a31cffe15a70a55266733f0ca421fba7697a9614 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 19 Jan 2025 09:20:22 +0000 Subject: [PATCH] Update sbt-scalafmt to 2.5.4 --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index bf6af98..f99c71c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ // Makes our code tidy -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") // Revolver allows us to use re-start and work a lot faster! addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1") @@ -10,4 +10,4 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9") // To keep our dependencies up to date addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4") -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5")