From 89437f8ff43e9c3953c01cf104511e833dad24b9 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 00:19:31 +0000 Subject: [PATCH] Update sbt-scalafix, scalafix-core to 0.12.0 --- scalafix/project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scalafix/project/plugins.sbt b/scalafix/project/plugins.sbt index 0ab17b5..816ce92 100644 --- a/scalafix/project/plugins.sbt +++ b/scalafix/project/plugins.sbt @@ -1,3 +1,3 @@ resolvers += Resolver.sonatypeRepo("releases") -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")