Skip to content

Commit 11cd9bd

Browse files
committed
Changed to use scala-js 0.6.27 as default in scalatest.scala.
1 parent 0f8d095 commit 11cd9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/scalatest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ object ScalatestBuild {
231231
"org.scalatestplus" %% "scalatestplus-junit" % plusJUnitVersion % "test"
232232
)
233233

234-
val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("0.6.25")
234+
val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("0.6.27")
235235

236236
def scalatestJSLibraryDependencies =
237237
Seq(

0 commit comments

Comments
 (0)