@@ -5,7 +5,7 @@ name := "selenium-3.141"
5
5
6
6
organization := " org.scalatestplus"
7
7
8
- version := " 3.2.8 .0"
8
+ version := " 3.2.9 .0"
9
9
10
10
homepage := Some (url(" https://github.com/scalatest/scalatestplus-selenium" ))
11
11
@@ -27,16 +27,16 @@ developers := List(
27
27
)
28
28
29
29
scalaVersion := " 2.13.5"
30
- crossScalaVersions := List (" 2.10.7" , " 2.11.12" , " 2.12.13" , " 2.13.5" , " 3.0.0-RC3 " )
30
+ crossScalaVersions := List (" 2.10.7" , " 2.11.12" , " 2.12.13" , " 2.13.5" , " 3.0.0" )
31
31
32
32
libraryDependencies ++= Seq (
33
- " org.scalatest" %% " scalatest-core" % " 3.2.8 " ,
33
+ " org.scalatest" %% " scalatest-core" % " 3.2.9 " ,
34
34
" org.seleniumhq.selenium" % " selenium-java" % " 3.141.59" ,
35
35
" org.seleniumhq.selenium" % " htmlunit-driver" % " 2.39.0" ,
36
36
" org.eclipse.jetty" % " jetty-server" % " 9.4.12.v20180830" % Test ,
37
37
" org.eclipse.jetty" % " jetty-webapp" % " 9.4.12.v20180830" % Test ,
38
- " org.scalatest" %% " scalatest-funspec" % " 3.2.8 " % Test ,
39
- " org.scalatest" %% " scalatest-shouldmatchers" % " 3.2.8 " % Test
38
+ " org.scalatest" %% " scalatest-funspec" % " 3.2.9 " % Test ,
39
+ " org.scalatest" %% " scalatest-shouldmatchers" % " 3.2.9 " % Test
40
40
)
41
41
42
42
Test / scalacOptions ++= (if (isDotty.value) Seq (" -language:implicitConversions" ) else Nil )
@@ -109,7 +109,7 @@ pomExtra := (
109
109
credentials += Credentials (Path .userHome / " .ivy2" / " .credentials" )
110
110
111
111
scalacOptions ++= {
112
- (if (scalaBinaryVersion.value.startsWith(" 3. " ))
112
+ (if (scalaBinaryVersion.value.startsWith(" 3" ))
113
113
Seq (
114
114
" -deprecation" ,
115
115
" -encoding" , " utf-8" ,
@@ -129,7 +129,7 @@ scalacOptions ++= {
129
129
}
130
130
131
131
// Temporary disable publishing of doc in dotty, can't get it to build.
132
- publishArtifact in (Compile , packageDoc) := ! scalaBinaryVersion.value.startsWith(" 3. " )
132
+ publishArtifact in (Compile , packageDoc) := ! scalaBinaryVersion.value.startsWith(" 3" )
133
133
134
134
def docTask (docDir : File , resDir : File , projectName : String ): File = {
135
135
val docLibDir = docDir / " lib"
0 commit comments