diff --git a/project/plugins.sbt b/project/plugins.sbt index ce19f630..e0120bae 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2") -val sbtTypelevelVersion = "0.5.2" +val sbtTypelevelVersion = "0.5.3" addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion) addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion) addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.15")