diff --git a/project/plugins.sbt b/project/plugins.sbt index 6844485a..4d75aac5 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,9 +4,9 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.21.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.11") -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.5") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.8.6") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.5") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.8.6") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1")