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 7c19454 commit cdf0fc2Copy full SHA for cdf0fc2
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.3.4")
+addSbtPlugin("io.stryker-mutator" % "sbt-stryker4s" % "0.3.5")
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.3.4</version>
+ <version>0.3.5</version>
52
</plugin>
53
54
0 commit comments