diff --git a/project/plugins.sbt b/project/plugins.sbt index 22773d6..1eee70f 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -val sbtTlVersion = "0.8.5" +val sbtTlVersion = "0.8.6" addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTlVersion) addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTlVersion) addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.21.0")