From 8befb80560b4d5711c900ea6409b18c0729a80b1 Mon Sep 17 00:00:00 2001 From: atala-dev <57987237+atala-dev@users.noreply.github.com> Date: Wed, 6 Mar 2024 10:59:49 +0000 Subject: [PATCH] Update sbt-scalafix to 0.12.0 in main (#244) Signed-off-by: atala-dev <57987237+atala-dev@users.noreply.github.com> --- 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")