From 7224675b1da0f9559d6778c5dda7bd5788d2018c Mon Sep 17 00:00:00 2001 From: FabioPinheiro Date: Thu, 2 May 2024 20:14:41 +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 cda3d04f..7424f8f3 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -61,7 +61,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.12.0") +addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1") // mdoc - https://github.com/scalameta/mdoc/tags addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.2")