Skip to content

Commit 30566e6

Browse files
committed
Updated release version to 3.2.19.1, and scala versions to 2.12.20, 2.13.16 and 3.3.5.
1 parent 919c7db commit 30566e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To use it for ScalaTest 3.2.19 and JUnit 4.13:
88
SBT:
99

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

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

build.sbt

Lines changed: 1 addition & 1 deletion
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.19.0"
8+
version := "3.2.19.1"
99

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

0 commit comments

Comments
 (0)