1- import org . openqa . selenium . chrome . ChromeOptions
1+
22
33name := " udash-jquery"
44
55inThisBuild(Seq (
6- version := " 3.0.0 " ,
6+ version := " 3.0.1 " ,
77 organization := " io.udash" ,
88))
99
1010val commonSettings = Seq (
11- scalaVersion := " 2.12.7 " ,
12- crossScalaVersions := Seq (" 2.11.12 " , " 2.12.7 " ),
11+ scalaVersion := " 2.13.1 " ,
12+ crossScalaVersions := Seq (" 2.12.10 " , " 2.13.1 " ),
1313 scalacOptions ++= Seq (
1414 " -feature" ,
1515 " -deprecation" ,
@@ -19,18 +19,13 @@ val commonSettings = Seq(
1919 " -language:dynamics" ,
2020 " -language:postfixOps" ,
2121 " -language:experimental.macros" ,
22- " -Xfuture" ,
2322 " -Xfatal-warnings" ,
24- " -Xlint:_"
23+ " -Xlint:_" ,
24+ " -Ywarn-unused:_,-explicits,-implicits" ,
25+ " -Ybackend-parallelism" , " 4" ,
26+ " -Ycache-plugin-class-loader:last-modified" ,
27+ " -Ycache-macro-class-loader:last-modified" ,
2528 ),
26- scalacOptions ++= {
27- if (scalaBinaryVersion.value == " 2.12" ) Seq (
28- " -Ywarn-unused:_,-explicits,-implicits" ,
29- " -Ybackend-parallelism" , " 4" ,
30- " -Ycache-plugin-class-loader:last-modified" ,
31- " -Ycache-macro-class-loader:last-modified"
32- ) else Seq .empty
33- }
3429)
3530
3631val commonJSSettings = Seq (
@@ -55,9 +50,9 @@ lazy val root = project.in(file("."))
5550 commonJSSettings,
5651
5752 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
53+ " org.scala-js" %%% " scalajs-dom" % " 0.9.7 " ,
54+ " org.scalatest" %%% " scalatest" % " 3.0.8 " % Test ,
55+ " com.lihaoyi" %%% " scalatags" % " 0.7.0 " % Test
6156 ),
6257
6358 Compile / npmDependencies += " jquery" -> " 3.3.1" ,
0 commit comments