From f3f75622d840320e67cfe193537f7ec643dc778f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 27 Jan 2023 21:27:04 +0000 Subject: [PATCH] Update sbt-scalajs to 1.13.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0c35cef..1c15073 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.17") addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.4.17") -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.12.0") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.0")