From 1efbdc944fbea46e22e3b0f4d6a5b555fe02ee76 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 18:10:12 +0000 Subject: [PATCH] Update sbt-scalafix to 0.12.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 9232e58b..4258f47f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.7") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.1") addSbtPlugin("au.com.onegeek" %% "sbt-dotenv" % "2.1.233") -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.31") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1") addSbtPlugin("com.lightbend.sbt" % "sbt-javaagent" % "0.1.6") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0") addSbtPlugin("org.jmotor.sbt" % "sbt-dependency-updates" % "1.2.2")