Hi, thanks for this project which looks really interesting.
I'm planning to test some mutation testing but I can't find the jar you mentioned in the README :
Although the preferred method is to use SBT/IntelliJ plugin scalamu can be run from the command line too. Simply download org.scalamu.entry-point jar and launch it from the command line as follows:
Is it uploaded somewhere ready for download or should I generate it ?
I think you should generate it yourself. you can clone the repository and then run:
./sbt scalamu/publishLocal
The output will be at: target/scala-2.12/scalamu-assembly-0.1.2.jar
Hi, thanks for this project which looks really interesting. I'm planning to test some mutation testing but I can't find the jar you mentioned in the README :
Is it uploaded somewhere ready for download or should I generate it ?
Thanks