From 7cad92b6bbbf76dff12e2795df388e3dd793f139 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 5 Dec 2022 23:49:49 +0100 Subject: Update sbt-scalafmt to 2.5.0 (#2577) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>--- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project') diff --git a/project/plugins.sbt b/project/plugins.sbt index 414962a5..dd425aab 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -24,7 +24,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.0") addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.0") -- cgit v1.2.3