File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,20 +3,20 @@ ScalaTest + Mockito provides integration support between ScalaTest and Mockito.
3
3
4
4
** Usage**
5
5
6
- To use it for ScalaTest 3.2.19 and Mockito 5.12 .x:
6
+ To use it for ScalaTest 3.2.19 and Mockito 5.14 .x:
7
7
8
8
SBT:
9
9
10
10
```
11
- libraryDependencies += "org.scalatestplus" %% "mockito-5-12 " % "3.2.19.0" % "test"
11
+ libraryDependencies += "org.scalatestplus" %% "mockito-5-14 " % "3.2.19.0" % "test"
12
12
```
13
13
14
14
Maven:
15
15
16
16
```
17
17
<dependency>
18
18
<groupId>org.scalatestplus</groupId>
19
- <artifactId>mockito-5-12_3 </artifactId>
19
+ <artifactId>mockito-5-14_3 </artifactId>
20
20
<version>3.2.19.0</version>
21
21
<scope>test</scope>
22
22
</dependency>
Original file line number Diff line number Diff line change 1
1
import java .io .PrintWriter
2
2
import scala .io .Source
3
3
4
- name := " mockito-5.12 "
4
+ name := " mockito-5.14 "
5
5
6
6
organization := " org.scalatestplus"
7
7
@@ -33,7 +33,7 @@ scalaVersion := "2.13.13"
33
33
crossScalaVersions := List (" 2.11.12" , " 2.12.19" , " 2.13.13" , " 3.3.3" )
34
34
35
35
libraryDependencies ++= Seq (
36
- " org.mockito" % " mockito-core" % " 5.12.0 " ,
36
+ " org.mockito" % " mockito-core" % " 5.14.2 " ,
37
37
" org.scalatest" %% " scalatest-core" % " 3.2.19" ,
38
38
" org.scalatest" %% " scalatest-funsuite" % " 3.2.19" % " test"
39
39
)
You can’t perform that action at this time.
0 commit comments