We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f8d095 commit 11cd9bdCopy full SHA for 11cd9bd
project/scalatest.scala
@@ -231,7 +231,7 @@ object ScalatestBuild {
231
"org.scalatestplus" %% "scalatestplus-junit" % plusJUnitVersion % "test"
232
)
233
234
- val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("0.6.25")
+ val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("0.6.27")
235
236
def scalatestJSLibraryDependencies =
237
Seq(
0 commit comments