Skip to content

Commit 485234e

Browse files
author
Mateusz Starzec
committed
sbt-scalajs-bundler 0.14
1 parent a7ea10c commit 485234e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ lazy val root = project.in(file("."))
6161
),
6262

6363
Compile / npmDependencies += "jquery" -> "3.3.1",
64-
Test / requiresDOM := true
64+
Test / requireJsDomEnv := true
6565
)

example/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
logLevel := Level.Warn
22

33
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.25")
4-
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.13.1")
4+
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.14.0")

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ logLevel := Level.Warn
33
libraryDependencies += "org.scala-js" %% "scalajs-env-selenium" % "0.3.0"
44

55
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.25")
6-
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.13.1")
6+
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.14.0")

0 commit comments

Comments
 (0)