From ccffbf44c29ce9d1da34be0f497c55ec3e82fda7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 Sep 2023 22:46:49 +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 81e7dfb..3d11a47 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.0") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1") // CI Release plugin. // ~