You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
This release uses the new support in FS2 for Unix sockets to communicate with test-runners. Stryker4s will seamlessly use either native Unix file sockets, or the "old" TCP sockets, whichever is available. This should give slightly improved performance and stability. If you run into any issues, please let us know!
Features
connect to testrunner over unix sockets, if available (#1834) (3921e7c)
report: output HTML report as single file (#1867) (cd60269)
scala-dialect: support Scala 3.8 (#1883) (810c600)