From 8dda4c0d2d60233ce2a19702e6ce1faa4a011e8a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 5 Jul 2022 15:25:08 +0000 Subject: [PATCH] Update sbt-scalajs, scalajs-compiler, ... to 1.10.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 6d1dc37..081d479 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta37") -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.0") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.1") addSbtPlugin("com.alexitc" % "sbt-chrome-plugin" % "0.8.1") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.20.0")