From f7e0629d2926d25ea9adc450e1150edbaeff0229 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 00:38:12 +0000 Subject: [PATCH] Update sbt-scalafix to 0.13.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 285ea54..442fd71 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -10,7 +10,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") //lints addSbtPlugin("org.wartremover" % "sbt-wartremover" % "3.2.1") addSbtPlugin("com.sksamuel.scapegoat" %% "sbt-scapegoat" % "1.2.4") -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0") //coverage addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.0")