1- import org . openqa . selenium . chrome . ChromeOptions
1+
22
33name := " udash-jquery"
44
@@ -8,8 +8,8 @@ inThisBuild(Seq(
88))
99
1010val commonSettings = Seq (
11- scalaVersion := " 2.12.7 " ,
12- crossScalaVersions := Seq (" 2.11.12" , " 2.12.7 " ),
11+ scalaVersion := " 2.12.10 " ,
12+ crossScalaVersions := Seq (" 2.11.12" , " 2.12.10 " ),
1313 scalacOptions ++= Seq (
1414 " -feature" ,
1515 " -deprecation" ,
@@ -34,7 +34,7 @@ val commonSettings = Seq(
3434)
3535
3636val commonJSSettings = Seq (
37- Compile / emitSourceMaps := true ,
37+ // Compile / emitSourceMaps := true,
3838 Test / parallelExecution := false ,
3939 Test / scalaJSStage := FastOptStage ,
4040 // ScalaJSBundlerPlugin does not work with scalajs-env-selenium:
@@ -55,9 +55,9 @@ lazy val root = project.in(file("."))
5555 commonJSSettings,
5656
5757 libraryDependencies ++= Seq (
58- " org.scala-js" %%% " scalajs-dom" % " 0.9.6 " ,
59- " org.scalatest" %%% " scalatest" % " 3.0.5 " % Test ,
60- " com.lihaoyi" %%% " scalatags" % " 0.6.7 " % Test
58+ " org.scala-js" %%% " scalajs-dom" % " 0.9.7 " ,
59+ " org.scalatest" %%% " scalatest" % " 3.0.8 " % Test ,
60+ " com.lihaoyi" %%% " scalatags" % " 0.7.0 " % Test
6161 ),
6262
6363 Compile / npmDependencies += " jquery" -> " 3.3.1" ,
0 commit comments