From 4315bcf8dc0fe8e48d6784ed3414e09314ed19f3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Dec 2021 06:34:23 -0500 Subject: [PATCH] Update dependency org.scala-js:sbt-scalajs to v1.8.0 (#160) Co-authored-by: Renovate Bot --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 36e7d90aa..1dfc02573 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.4") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.32") addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.2.10") -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.1") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.8.0") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0") addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")