Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 537 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 537 Bytes

ScalaTest + JUnit

ScalaTest + JUnit provides integration support between ScalaTest and JUnit.

Usage

To use it for ScalaTest 3.2.16 and JUnit 4.13:

SBT:

libraryDependencies += "org.scalatestplus" %% "junit-4-13" % "3.2.16.0" % "test"

Maven:

<dependency>
  <groupId>org.scalatestplus</groupId>
  <artifactId>junit-4-13_2.13</artifactId>
  <version>3.2.16.0</version>
  <scope>test</scope>
</dependency>

Publishing

Please use the following commands to publish to Sonatype:

$ sbt +publishSigned