Skip to content

Commit

Permalink
Release: v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-vrijswijk committed Mar 29, 2019
1 parent 021325d commit cc426c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Stryker4s is a mutation testing framework for Scala. It allows you to test your
Stryker4s provides a sbt plugin for easy use within sbt projects. To install the plugin, add the following line to `plugins.sbt`:

```scala
addSbtPlugin("io.stryker-mutator" % "sbt-stryker4s" % "0.3.0")
addSbtPlugin("io.stryker-mutator" % "sbt-stryker4s" % "0.3.1")
```

After adding the plugin, Stryker4s can be used by running `sbt stryker` in the root of your project.
Expand All @@ -48,7 +48,7 @@ The Maven plugin can be added as follows in `pom.xml` under `plugins`:
<plugin>
<groupId>io.stryker-mutator</groupId>
<artifactId>stryker4s-maven-plugin</artifactId>
<version>0.3.0</version>
<version>0.3.1</version>
</plugin>
```

Expand Down

0 comments on commit cc426c1

Please sign in to comment.