Skip to content

Commit ae7890b

Browse files
committed
Release 3.2.11.0.
1 parent 4b78d79 commit ae7890b

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ ScalaTest + JUnit provides integration support between ScalaTest and JUnit.
33

44
**Usage**
55

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:
77

88
SBT:
99

1010
```
11-
libraryDependencies += "org.scalatestplus" %% "junit-4-13" % "3.2.10.0" % "test"
11+
libraryDependencies += "org.scalatestplus" %% "junit-4-13" % "3.2.11.0" % "test"
1212
```
1313

1414
Maven:
@@ -17,7 +17,7 @@ Maven:
1717
<dependency>
1818
<groupId>org.scalatestplus</groupId>
1919
<artifactId>junit-4-13_2.13</artifactId>
20-
<version>3.2.10.0</version>
20+
<version>3.2.11.0</version>
2121
<scope>test</scope>
2222
</dependency>
2323
```

build.sbt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name := "junit-4.13"
55

66
organization := "org.scalatestplus"
77

8-
version := "3.2.10.0"
8+
version := "3.2.11.0"
99

1010
homepage := Some(url("https://github.com/scalatest/scalatestplus-junit"))
1111

@@ -46,12 +46,12 @@ Compile / unmanagedSourceDirectories ++= {
4646
}
4747

4848
libraryDependencies ++= Seq(
49-
"org.scalatest" %% "scalatest-core" % "3.2.10",
49+
"org.scalatest" %% "scalatest-core" % "3.2.11",
5050
"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"
5555
)
5656

5757
import scala.xml.{Node => XmlNode, NodeSeq => XmlNodeSeq, _}

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.5.5
1+
sbt.version=1.5.8

0 commit comments

Comments
 (0)