From 0968d67fc743b4d5c18893fabd30dfe18815f981 Mon Sep 17 00:00:00 2001 From: "scala-steward-dhpiggott[bot]" <127664346+scala-steward-dhpiggott[bot]@users.noreply.github.com> Date: Sun, 17 Sep 2023 08:44:38 +0100 Subject: [PATCH] Update sbt-scalafix to 0.11.1 (#211) Co-authored-by: scala-steward-dhpiggott[bot] <127664346+scala-steward-dhpiggott[bot]@users.noreply.github.com> --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b4e2171..96543ee 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.0") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1") addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.3.1") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0")