From 83d1e9d790f0e78f582ce3bb56922d971bc7dff0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 21 Feb 2025 13:12:00 +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 5403573..c7d1041 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.2")