Skip to content

v0.20.4

Choose a tag to compare

@stryker-mutator stryker-mutator released this 21 May 09:10
df66bd2

0.20.4 (2026-05-21)

Stryker4s now works properly on multi-module projects! Simply running sbt <module-name>/stryker will run Stryker4s on the specified module. The workaround of sbt 'project <module-name>; stryker' is no longer necessary. Thanks to @rwaldvogel for the contribution!

Bug Fixes

  • sbt: scope task queries to the invoking project (#1994) (bfbe167)
  • sbt: strip -Werror alongside -Xfatal-warnings (#1999) (afb2e50)