From 3294009fce75a9156b9d2b576036df08b92f4747 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 21 Feb 2025 11:38:58 +0000 Subject: [PATCH] Update sbt-scalafix to 0.14.2 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index dd2147003..0ce92e46c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -24,7 +24,7 @@ addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.5") // Docs: https://scalacenter.github.io/scalafix/ // There's plugins, e.g.: https://github.com/scala/scala-collection-compat?tab=readme-ov-file#collection213upgrade // for upgrading collections from 2.12 to 2.13. (That plugin is added in ../build.sbt.) -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.2") // Can get [scala_2_13] migration help by doing?: // scalafixAll dependency:Collection213Upgrade@org.scala-lang.modules:scala-collection-migrations: // where is the scala-collection-migrations version?