Skip to content

Commit ac64c05

Browse files
build(deps): update stryker4s from 0.19.1 to 0.20.0 (#1948)
1 parent 9364a48 commit ac64c05

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.19.0</version>
125+
<version>0.20.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.2")
2-
addSbtPlugin("io.stryker-mutator" % "sbt-stryker4s" % "0.19.1")
2+
addSbtPlugin("io.stryker-mutator" % "sbt-stryker4s" % "0.20.0")
33
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.3")
44
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.11.0")
55

0 commit comments

Comments
 (0)