File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
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.2.17 and JUnit 4.13:
6
+ To use it for ScalaTest 3.2.18 and JUnit 4.13:
7
7
8
8
SBT:
9
9
10
10
```
11
- libraryDependencies += "org.scalatestplus" %% "junit-4-13" % "3.2.17 .0" % "test"
11
+ libraryDependencies += "org.scalatestplus" %% "junit-4-13" % "3.2.18 .0" % "test"
12
12
```
13
13
14
14
Maven:
17
17
<dependency>
18
18
<groupId>org.scalatestplus</groupId>
19
19
<artifactId>junit-4-13_2.13</artifactId>
20
- <version>3.2.17 .0</version>
20
+ <version>3.2.18 .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 := "junit-4.13"
5
5
6
6
organization := " org.scalatestplus"
7
7
8
- version := " 3.3.0.0-alpha.1 "
8
+ version := " 3.2.18.0 "
9
9
10
10
homepage := Some (url(" https://github.com/scalatest/scalatestplus-junit" ))
11
11
@@ -45,12 +45,12 @@ Compile / unmanagedSourceDirectories ++= {
45
45
}
46
46
47
47
libraryDependencies ++= Seq (
48
- " org.scalatest" %% " scalatest-core" % " 3.3.0-alpha.1 " ,
48
+ " org.scalatest" %% " scalatest-core" % " 3.2.18 " ,
49
49
" junit" % " junit" % " 4.13.2" ,
50
- " org.scalatest" %% " scalatest-wordspec" % " 3.3.0-alpha.1 " % " test" ,
51
- " org.scalatest" %% " scalatest-funspec" % " 3.3.0-alpha.1 " % " test" ,
52
- " org.scalatest" %% " scalatest-funsuite" % " 3.3.0-alpha.1 " % " test" ,
53
- " org.scalatest" %% " scalatest-shouldmatchers" % " 3.3.0-alpha.1 " % " test"
50
+ " org.scalatest" %% " scalatest-wordspec" % " 3.2.18 " % " test" ,
51
+ " org.scalatest" %% " scalatest-funspec" % " 3.2.18 " % " test" ,
52
+ " org.scalatest" %% " scalatest-funsuite" % " 3.2.18 " % " test" ,
53
+ " org.scalatest" %% " scalatest-shouldmatchers" % " 3.2.18 " % " test"
54
54
)
55
55
56
56
import scala .xml .{Node => XmlNode , NodeSeq => XmlNodeSeq , _ }
You can’t perform that action at this time.
0 commit comments