diff --git a/project/plugins.sbt b/project/plugins.sbt index 1389013a..f0c6821a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0") -val sbtTypelevelVersion = "0.6.0" +val sbtTypelevelVersion = "0.6.1" addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion) addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion) addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.16")