Skip to content

Commit 1d3b4a9

Browse files
committed
Merge branch 'junit-4.12/3.1.2.x' of https://github.com/scalatest/scalatestplus-junit into junit-4.12/3.2.0.x
2 parents 704190b + 10f42bb commit 1d3b4a9

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,31 @@
11
# ScalaTest + JUnit
22
ScalaTest + JUnit provides integration support between ScalaTest and JUnit.
33

4+
**Usage**
5+
6+
To use it for ScalaTest 3.1.2 and JUnit 4.12.x:
7+
8+
SBT:
9+
10+
```
11+
libraryDependencies += "org.scalatestplus" %% "junit-4-12" % "3.1.2.0" % "test"
12+
```
13+
14+
Maven:
15+
16+
```
17+
<dependency>
18+
<groupId>org.scalatestplus</groupId>
19+
<artifactId>junit-4-12</artifactId>
20+
<version>3.1.2.0</version>
21+
<scope>test</scope>
22+
</dependency>
23+
```
24+
425
**Publishing**
526

627
Please use the following commands to publish to Sonatype:
728

829
```
930
$ sbt +publishSigned
10-
```
31+
```

0 commit comments

Comments
 (0)