Skip to content

Commit d848343

Browse files
Small readme update
1 parent 59ff42a commit d848343

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` [![Maven Central](https://img.shields.io/maven-central/v/io.stryker-mutator/stryker4s-core_2.12.svg?label=Maven%20Central&colorB=brightgreen)](https://search.maven.org/artifact/io.stryker-mutator/sbt-stryker4s):
3030

3131
```scala
32-
addSbtPlugin("io.stryker-mutator" % "sbt-stryker4s" % strykerVersion)
32+
addSbtPlugin("io.stryker-mutator" % "sbt-stryker4s" % stryker4sVersion)
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>` [![Maven
5050
<plugin>
5151
<groupId>io.stryker-mutator</groupId>
5252
<artifactId>stryker4s-maven-plugin</artifactId>
53-
<version>${stryker.version}</version>
53+
<version>${stryker4s.version}</version>
5454
</plugin>
5555
```
5656

0 commit comments

Comments
 (0)