From 35d763faeefcf5a551d561bccb0e7bc0c5f63230 Mon Sep 17 00:00:00 2001 From: "Indoor Vivants Steward[bot]" <228215+Indoor+Vivants+Steward[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 13:43:44 +0000 Subject: [PATCH] Update sbt-scalafix to 0.11.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ef9349e..6a93766 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,7 +6,7 @@ addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.22") addSbtPlugin("ch.epfl.scala" % "sbt-missinglink" % "0.3.6") addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.2.16") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0")