From 59454676c40782ca6715e1bc91d8d49c91a031b4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 18 Mar 2024 21:42:27 +0000 Subject: [PATCH] Update sbt-scalafix to 0.12.0 in staging --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 6f8101cf..37805baf 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ val assemblyVersion = "2.2.0" -val scalafixVersion = "0.11.1" +val scalafixVersion = "0.12.0" val scalafmtVersion = "2.5.2" val wartremoverVersion = "3.1.6"