From 1297e88b3159096b751ed970f4718584e1df3b44 Mon Sep 17 00:00:00 2001 From: Tofu Bot Date: Sun, 3 Mar 2024 00:48:20 +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 5d3033e..e008382 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ logLevel := Level.Warn addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1") -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0")