@@ -5,7 +5,7 @@ name := "mockito-3.4"
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-mockito" ))
11
11
@@ -30,12 +30,12 @@ developers := List(
30
30
31
31
scalaVersion := " 2.13.5"
32
32
33
- crossScalaVersions := List (" 2.10.7" , " 2.11.12" , " 2.12.13" , " 2.13.5" , " 3.0.0-RC3 " )
33
+ crossScalaVersions := List (" 2.10.7" , " 2.11.12" , " 2.12.13" , " 2.13.5" , " 3.0.0" )
34
34
35
35
libraryDependencies ++= Seq (
36
36
" org.mockito" % " mockito-core" % " 3.4.6" ,
37
- " org.scalatest" %% " scalatest-core" % " 3.2.8 " ,
38
- " org.scalatest" %% " scalatest-funsuite" % " 3.2.8 " % " test"
37
+ " org.scalatest" %% " scalatest-core" % " 3.2.9 " ,
38
+ " org.scalatest" %% " scalatest-funsuite" % " 3.2.9 " % " test"
39
39
)
40
40
41
41
Test / scalacOptions ++= (if (isDotty.value)
@@ -113,7 +113,7 @@ pomExtra := (
113
113
credentials += Credentials (Path .userHome / " .ivy2" / " .credentials" )
114
114
115
115
// Temporary disable publishing of doc in dotty, can't get it to build.
116
- publishArtifact in (Compile , packageDoc) := ! scalaBinaryVersion.value.startsWith(" 3. " )
116
+ publishArtifact in (Compile , packageDoc) := ! scalaBinaryVersion.value.startsWith(" 3" )
117
117
118
118
def docTask (docDir : File , resDir : File , projectName : String ): File = {
119
119
val docLibDir = docDir / " lib"
0 commit comments