From cf2c24800471e32cbcc0564dfe62b9619228aef3 Mon Sep 17 00:00:00 2001 From: Tofu Bot Date: Sun, 4 Jun 2023 01:09:34 +0000 Subject: [PATCH] Update sbt-scalafix to 0.11.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 32a65b0..b0aa9ed 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.10.4") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.0") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")