File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ ScalaTest + JUnit provides integration support between ScalaTest and JUnit.
3
3
4
4
** Usage**
5
5
6
- To use it for ScalaTest 3.1.2 and JUnit 4.12.x:
6
+ To use it for ScalaTest 3.1.3 and JUnit 4.12.x:
7
7
8
8
SBT:
9
9
10
10
```
11
- libraryDependencies += "org.scalatestplus" %% "junit-4-12" % "3.1.2 .0" % "test"
11
+ libraryDependencies += "org.scalatestplus" %% "junit-4-12" % "3.1.3 .0" % "test"
12
12
```
13
13
14
14
Maven:
17
17
<dependency>
18
18
<groupId>org.scalatestplus</groupId>
19
19
<artifactId>junit-4-12</artifactId>
20
- <version>3.1.2 .0</version>
20
+ <version>3.1.3 .0</version>
21
21
<scope>test</scope>
22
22
</dependency>
23
23
```
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name := "junit-4.12"
2
2
3
3
organization := " org.scalatestplus"
4
4
5
- version := " 3.1.2 .0"
5
+ version := " 3.1.3 .0"
6
6
7
7
homepage := Some (url(" https://github.com/scalatest/scalatestplus-junit" ))
8
8
@@ -23,10 +23,10 @@ developers := List(
23
23
)
24
24
)
25
25
26
- crossScalaVersions := List (" 2.10.7" , " 2.11.12" , " 2.12.11 " , " 2.13.2 " )
26
+ crossScalaVersions := List (" 2.10.7" , " 2.11.12" , " 2.12.12 " , " 2.13.3 " )
27
27
28
28
libraryDependencies ++= Seq (
29
- " org.scalatest" %% " scalatest" % " 3.1.2 " ,
29
+ " org.scalatest" %% " scalatest" % " 3.1.3 " ,
30
30
" junit" % " junit" % " 4.12"
31
31
)
32
32
You can’t perform that action at this time.
0 commit comments