diff --git a/project/plugins.sbt b/project/plugins.sbt index a0e8bda..76af866 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.21.0") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.22.0") val sbtTypelevelVersion = "0.8.6" addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion) addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion)