From 15aac03fe00ddc6f71b6b327be068cca9219a255 Mon Sep 17 00:00:00 2001 From: atala-dev Date: Sat, 2 Mar 2024 20:02:46 +0000 Subject: [PATCH] Update sbt-scalafix to 0.12.0 in main --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8965592a..d96251a5 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -48,7 +48,7 @@ addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0") // https://zio.dev/howto/migrate/zio-2.x-migration-guide%20v0.9.31 //sbt "scalafixEnable; scalafixAll github:zio/zio/Zio2Upgrade?sha=series/2.x" -addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0") // Deploy demo addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5")