We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed8defe commit f15205dCopy full SHA for f15205d
project/plugins.sbt
@@ -2,6 +2,6 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3")
2
3
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.7.0")
4
5
-addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.20")
+addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.21")
6
7
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.18")
project/scalatest.scala
@@ -228,7 +228,7 @@ object ScalatestBuild extends Build {
228
229
def scalatestJSLibraryDependencies =
230
Seq(
231
- "org.scala-js" %% "scalajs-test-interface" % "0.6.20"
+ "org.scala-js" %% "scalajs-test-interface" % "0.6.21"
232
)
233
234
def scalatestTestOptions =
0 commit comments