Skip to content

Commit f15205d

Browse files
committed
Update Scala.js to 0.6.21.
1 parent ed8defe commit f15205d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3")
22

33
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.7.0")
44

5-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.20")
5+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.21")
66

77
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.18")

project/scalatest.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ object ScalatestBuild extends Build {
228228

229229
def scalatestJSLibraryDependencies =
230230
Seq(
231-
"org.scala-js" %% "scalajs-test-interface" % "0.6.20"
231+
"org.scala-js" %% "scalajs-test-interface" % "0.6.21"
232232
)
233233

234234
def scalatestTestOptions =

0 commit comments

Comments
 (0)