From 388f404067278e0f6227b041fc71d0fbaaa8343d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 26 Dec 2022 19:02:46 +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 9120676..75070a6 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -24,6 +24,6 @@ addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1") addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.1") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.2")