We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e79b98 commit e87a770Copy full SHA for e87a770
1 file changed
README.md
@@ -40,7 +40,7 @@ To use the ScalaTest Maven plugin, you need to disable SureFire and enable Scala
40
<plugin>
41
<groupId>org.scalatest</groupId>
42
<artifactId>scalatest-maven-plugin</artifactId>
43
- <version>2.0.2</version>
+ <version>2.2.0</version>
44
<configuration>
45
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
46
<junitxml>.</junitxml>
0 commit comments