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")