Skip to content

Commit 7643e88

Browse files
author
Hugo van Rijswijk
committed
v0.6.1 release
- Fix possible conflict with generated code in user's variable names (#239) - Update scalafmt 2.0.0 (#236) - Update mutation-testing-elements, ... to 1.1.1 (#241) - Update log4j-api, log4j-core, ... to 2.12.0 (#237) - Update scalameta to 4.2.0 (#235) - Add Stryker4s logo to readme - Update sbt-scoverage to 1.6.0 (#231)
1 parent 48d4fb9 commit 7643e88

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
@@ -29,7 +29,7 @@ Stryker4s is a mutation testing framework for Scala. It allows you to test your
2929
Stryker4s provides a sbt plugin for easy use within sbt projects. To install the plugin, add the following line to `plugins.sbt`:
3030

3131
```scala
32-
addSbtPlugin("io.stryker-mutator" % "sbt-stryker4s" % "0.6.0")
32+
addSbtPlugin("io.stryker-mutator" % "sbt-stryker4s" % "0.6.1")
3333
```
3434

3535
After adding the plugin, Stryker4s can be used by running `sbt stryker` in the root of your project.
@@ -50,7 +50,7 @@ The Maven plugin can be added as follows in `pom.xml` under `plugins`:
5050
<plugin>
5151
<groupId>io.stryker-mutator</groupId>
5252
<artifactId>stryker4s-maven-plugin</artifactId>
53-
<version>0.6.0</version>
53+
<version>0.6.1</version>
5454
</plugin>
5555
```
5656

0 commit comments

Comments
 (0)