File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ ScalaTest + Mockito provides integration support between ScalaTest and Mockito.
3
3
4
4
** Usage**
5
5
6
- To use it for ScalaTest 3.2.18 and Mockito 5.12.x:
6
+ To use it for ScalaTest 3.2.19 and Mockito 5.12.x:
7
7
8
8
SBT:
9
9
10
10
```
11
- libraryDependencies += "org.scalatestplus" %% "mockito-5-12" % "3.2.18 .0" % "test"
11
+ libraryDependencies += "org.scalatestplus" %% "mockito-5-12" % "3.2.19 .0" % "test"
12
12
```
13
13
14
14
Maven:
17
17
<dependency>
18
18
<groupId>org.scalatestplus</groupId>
19
19
<artifactId>mockito-5-12_3</artifactId>
20
- <version>3.2.18 .0</version>
20
+ <version>3.2.19 .0</version>
21
21
<scope>test</scope>
22
22
</dependency>
23
23
```
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name := "mockito-5.12"
5
5
6
6
organization := " org.scalatestplus"
7
7
8
- version := " 3.2.18 .0"
8
+ version := " 3.2.19 .0"
9
9
10
10
homepage := Some (url(" https://github.com/scalatest/scalatestplus-mockito" ))
11
11
@@ -28,14 +28,14 @@ developers := List(
28
28
)
29
29
)
30
30
31
- scalaVersion := " 2.13.12 "
31
+ scalaVersion := " 2.13.13 "
32
32
33
- crossScalaVersions := List (" 2.11.12" , " 2.12.18 " , " 2.13.12 " , " 3.3.1 " )
33
+ crossScalaVersions := List (" 2.11.12" , " 2.12.19 " , " 2.13.13 " , " 3.3.3 " )
34
34
35
35
libraryDependencies ++= Seq (
36
36
" org.mockito" % " mockito-core" % " 5.12.0" ,
37
- " org.scalatest" %% " scalatest-core" % " 3.2.18 " ,
38
- " org.scalatest" %% " scalatest-funsuite" % " 3.2.18 " % " test"
37
+ " org.scalatest" %% " scalatest-core" % " 3.2.19 " ,
38
+ " org.scalatest" %% " scalatest-funsuite" % " 3.2.19 " % " test"
39
39
)
40
40
41
41
import scala .xml .{Node => XmlNode , NodeSeq => XmlNodeSeq , _ }
You can’t perform that action at this time.
0 commit comments