From d50572a0f5a812b3551120edf43f39a5ede3d3ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 17:29:22 +0000 Subject: [PATCH] Update dependency org.scalameta:sbt-scalafmt to v2.5.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8cca09d42..ba80d35ce 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.5") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4") addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.2.10") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.1")