From a3a06020738a3c28ec8245eece0b8c12a8b1a2b4 Mon Sep 17 00:00:00 2001 From: "Indoor Vivants Steward[bot]" <228215+Indoor+Vivants+Steward[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 12:23:41 +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 0209cb8..052c97c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -22,6 +22,6 @@ addSbtPlugin("org.jmotor.sbt" % "sbt-dependency-updates" % "1.2.7") addSbtPlugin("com.github.reibitto" % "sbt-welcome" % "0.4.0") -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0") libraryDependencies += "com.indoorvivants.detective" %% "platform" % "0.0.2"