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 + JMock provides integration support between ScalaTest and JMock.
33
44** Usage**
55
6- To use it for ScalaTest 3.2.18 and JMock 2.12 .x:
6+ To use it for ScalaTest 3.2.18 and JMock 2.13 .x:
77
88SBT:
99
1010```
11- libraryDependencies += "org.scalatestplus" %% "jmock-2-12 " % "3.2.18.0" % "test"
11+ libraryDependencies += "org.scalatestplus" %% "jmock-2-13 " % "3.2.18.0" % "test"
1212```
1313
1414Maven:
1515
1616```
1717<dependency>
1818 <groupId>org.scalatestplus</groupId>
19- <artifactId>jmock-2-12_2.13 </artifactId>
19+ <artifactId>jmock-2-13_3 </artifactId>
2020 <version>3.2.18.0</version>
2121 <scope>test</scope>
2222</dependency>
Original file line number Diff line number Diff line change 11import java .io .PrintWriter
22import scala .io .Source
33
4- name := " jmock-2.12 "
4+ name := " jmock-2.13 "
55
66organization := " org.scalatestplus"
77
@@ -31,7 +31,7 @@ scalaVersion := "2.13.12"
3131crossScalaVersions := List (" 2.11.12" , " 2.12.18" , " 2.13.12" , " 3.3.1" )
3232
3333libraryDependencies ++= Seq (
34- " org.jmock" % " jmock-legacy" % " 2.12.0 " ,
34+ " org.jmock" % " jmock-legacy" % " 2.13.1 " ,
3535 " org.scalatest" %% " scalatest-core" % " 3.2.18" ,
3636 " org.scalatest" %% " scalatest-flatspec" % " 3.2.18" % " test" ,
3737 " org.scalatest" %% " scalatest-funsuite" % " 3.2.18" % " test" ,
You can’t perform that action at this time.
0 commit comments