diff --git a/project/plugins.sbt b/project/plugins.sbt index 603370a..dd33f8c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.5.0-RC9") -addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.5.0-RC9") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.5.0-RC10") +addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.5.0-RC10") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.14")