diff --git a/project/plugins.sbt b/project/plugins.sbt index a14a07f..340d663 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.6") addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.6.3") -addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.6.2") +addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % "0.6.3") addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.6.2") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.16")