From 58d3f15c673888e77e2861a7fba76b514109381e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 2 Mar 2024 17:53:53 +0000 Subject: [PATCH] Update sbt-scalafix to 0.12.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 2836704..54888e2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -7,7 +7,7 @@ addSbtPlugin("com.github.sbt" % "sbt-site-paradox" % "1.5.0") addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.8.0") // use a newer version of paradox (site would pull in automatically an older version) addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.6") -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0") // addSbtPlugin("io.github.jonas" % "sbt-paradox-material-theme" % "0.4.0") addDependencyTreePlugin /*