Skip to content

Commit 4b205b2

Browse files
v0.4.0 release
1 parent eef08e1 commit 4b205b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Stryker4s is a mutation testing framework for Scala. It allows you to test your
2727
Stryker4s provides a sbt plugin for easy use within sbt projects. To install the plugin, add the following line to `plugins.sbt`:
2828

2929
```scala
30-
addSbtPlugin("io.stryker-mutator" % "sbt-stryker4s" % "0.3.5")
30+
addSbtPlugin("io.stryker-mutator" % "sbt-stryker4s" % "0.4.0")
3131
```
3232

3333
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`:
4848
<plugin>
4949
<groupId>io.stryker-mutator</groupId>
5050
<artifactId>stryker4s-maven-plugin</artifactId>
51-
<version>0.3.5</version>
51+
<version>0.4.0</version>
5252
</plugin>
5353
```
5454

0 commit comments

Comments
 (0)