From 8afa1595eb45542cc4b20dfbd92e599f083b58a7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 17:58:26 +0000 Subject: [PATCH] Update sbt-scalafix to 0.13.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 01b914d..edf1022 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")