Skip to content

Commit 9f7394f

Browse files
chore: update stryker4s version to 0.19.0 (#1811)
1 parent 6b9020e commit 9f7394f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

maven/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<plugin>
123123
<groupId>io.stryker-mutator</groupId>
124124
<artifactId>stryker4s-maven-plugin</artifactId>
125-
<version>0.18.0</version>
125+
<version>0.19.0</version>
126126
</plugin>
127127
<plugin>
128128
<groupId>org.apache.maven.plugins</groupId>

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")
2-
addSbtPlugin("io.stryker-mutator" % "sbt-stryker4s" % "0.18.0")
2+
addSbtPlugin("io.stryker-mutator" % "sbt-stryker4s" % "0.19.0")
33
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")
44
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.11.0")
55

0 commit comments

Comments
 (0)