We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2f5eda commit 5418f7fCopy full SHA for 5418f7f
1 file changed
README.md
@@ -27,7 +27,7 @@ Stryker4s is a mutation testing framework for Scala. It allows you to test your
27
Stryker4s provides a sbt plugin for easy use within sbt projects. To install the plugin, add the following line to `plugins.sbt`:
28
29
```scala
30
-addSbtPlugin("io.stryker-mutator" % "sbt-stryker4s" % "0.5.0")
+addSbtPlugin("io.stryker-mutator" % "sbt-stryker4s" % "0.5.1")
31
```
32
33
After adding the plugin, Stryker4s can be used by running `sbt stryker` in the root of your project.
@@ -48,7 +48,7 @@ The Maven plugin can be added as follows in `pom.xml` under `plugins`:
48
<plugin>
49
<groupId>io.stryker-mutator</groupId>
50
<artifactId>stryker4s-maven-plugin</artifactId>
51
- <version>0.5.0</version>
+ <version>0.5.1</version>
52
</plugin>
53
54
0 commit comments