From 775841b7de162a472e3dc00340f10eec8203142d Mon Sep 17 00:00:00 2001
From: eikek-scala-steward <eikek-scala-steward@users.noreply.github.com>
Date: Thu, 2 May 2024 06:27:03 +0000
Subject: [PATCH] Update sbt-scalafix to 0.12.1

---
 project/plugins.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/plugins.sbt b/project/plugins.sbt
index 3259f9c4..6a85f860 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,4 +1,4 @@
-addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0")
+addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")
 addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
 addSbtPlugin("com.github.eikek" % "sbt-openapi-schema" % "0.13.1")
 addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")