Skip to content

Commit 07dd2ec

Browse files
committed
Release 3.2.7.0.
1 parent 36546dd commit 07dd2ec

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ ScalaTest + Mockito provides integration support between ScalaTest and Mockito.
33

44
**Usage**
55

6-
To use it for ScalaTest 3.2.6 and Mockito 3.4.x:
6+
To use it for ScalaTest 3.2.7 and Mockito 3.4.x:
77

88
SBT:
99

1010
```
11-
libraryDependencies += "org.scalatestplus" %% "mockito-3-4" % "3.2.6.0" % "test"
11+
libraryDependencies += "org.scalatestplus" %% "mockito-3-4" % "3.2.7.0" % "test"
1212
```
1313

1414
Maven:
@@ -17,7 +17,7 @@ Maven:
1717
<dependency>
1818
<groupId>org.scalatestplus</groupId>
1919
<artifactId>mockito-3-4_2.13</artifactId>
20-
<version>3.2.6.0</version>
20+
<version>3.2.7.0</version>
2121
<scope>test</scope>
2222
</dependency>
2323
```

build.sbt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "mockito-3.4"
22

33
organization := "org.scalatestplus"
44

5-
version := "3.2.6.0"
5+
version := "3.2.7.0"
66

77
homepage := Some(url("https://github.com/scalatest/scalatestplus-mockito"))
88

@@ -25,14 +25,14 @@ developers := List(
2525
)
2626
)
2727

28-
scalaVersion := "2.13.4"
28+
scalaVersion := "2.13.5"
2929

30-
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.13", "2.13.4", "3.0.0-RC1")
30+
crossScalaVersions := List("2.10.7", "2.11.12", "2.12.13", "2.13.5", "3.0.0-RC2")
3131

3232
libraryDependencies ++= Seq(
3333
"org.mockito" % "mockito-core" % "3.4.6",
34-
"org.scalatest" %% "scalatest-core" % "3.2.6",
35-
"org.scalatest" %% "scalatest-funsuite" % "3.2.6" % "test"
34+
"org.scalatest" %% "scalatest-core" % "3.2.7",
35+
"org.scalatest" %% "scalatest-funsuite" % "3.2.7" % "test"
3636
)
3737

3838
Test / scalacOptions ++= (if (isDotty.value)

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.4.7
1+
sbt.version=1.4.9

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
22

33
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.6")
44

5-
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.3")
5+
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.4")

0 commit comments

Comments
 (0)