File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Expand file tree Collapse file tree 3 files changed +10
-10
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.10 and JUnit 4.13:
6
+ To use it for ScalaTest 3.2.11 and JUnit 4.13:
7
7
8
8
SBT:
9
9
10
10
```
11
- libraryDependencies += "org.scalatestplus" %% "junit-4-13" % "3.2.10 .0" % "test"
11
+ libraryDependencies += "org.scalatestplus" %% "junit-4-13" % "3.2.11 .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.10 .0</version>
20
+ <version>3.2.11 .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.2.10 .0"
8
+ version := " 3.2.11 .0"
9
9
10
10
homepage := Some (url(" https://github.com/scalatest/scalatestplus-junit" ))
11
11
@@ -46,12 +46,12 @@ Compile / unmanagedSourceDirectories ++= {
46
46
}
47
47
48
48
libraryDependencies ++= Seq (
49
- " org.scalatest" %% " scalatest-core" % " 3.2.10 " ,
49
+ " org.scalatest" %% " scalatest-core" % " 3.2.11 " ,
50
50
" junit" % " junit" % " 4.13.2" ,
51
- " org.scalatest" %% " scalatest-wordspec" % " 3.2.10 " % " test" ,
52
- " org.scalatest" %% " scalatest-funspec" % " 3.2.10 " % " test" ,
53
- " org.scalatest" %% " scalatest-funsuite" % " 3.2.10 " % " test" ,
54
- " org.scalatest" %% " scalatest-shouldmatchers" % " 3.2.10 " % " test"
51
+ " org.scalatest" %% " scalatest-wordspec" % " 3.2.11 " % " test" ,
52
+ " org.scalatest" %% " scalatest-funspec" % " 3.2.11 " % " test" ,
53
+ " org.scalatest" %% " scalatest-funsuite" % " 3.2.11 " % " test" ,
54
+ " org.scalatest" %% " scalatest-shouldmatchers" % " 3.2.11 " % " test"
55
55
)
56
56
57
57
import scala .xml .{Node => XmlNode , NodeSeq => XmlNodeSeq , _ }
Original file line number Diff line number Diff line change 1
- sbt.version =1.5.5
1
+ sbt.version =1.5.8
You can’t perform that action at this time.
0 commit comments