Skip to content

Commit 45f7346

Browse files
committed
Adjusted for release 3.1.3.0.
1 parent 10f42bb commit 45f7346

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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.1.2 and JUnit 4.12.x:
6+
To use it for ScalaTest 3.1.3 and JUnit 4.12.x:
77

88
SBT:
99

1010
```
11-
libraryDependencies += "org.scalatestplus" %% "junit-4-12" % "3.1.2.0" % "test"
11+
libraryDependencies += "org.scalatestplus" %% "junit-4-12" % "3.1.3.0" % "test"
1212
```
1313

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

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name := "junit-4.12"
22

33
organization := "org.scalatestplus"
44

5-
version := "3.1.2.0"
5+
version := "3.1.3.0"
66

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

@@ -23,10 +23,10 @@ developers := List(
2323
)
2424
)
2525

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")
2727

2828
libraryDependencies ++= Seq(
29-
"org.scalatest" %% "scalatest" % "3.1.2",
29+
"org.scalatest" %% "scalatest" % "3.1.3",
3030
"junit" % "junit" % "4.12"
3131
)
3232

0 commit comments

Comments
 (0)