Bumped PIT to 1.15.8

This commit is contained in:
Erik C. Thauvin 2024-02-13 14:14:35 -08:00
parent 25c9aa83c3
commit ad06348567
Signed by: erik
GPG key ID: 776702A6A2DA330E
11 changed files with 61 additions and 57 deletions

View file

@ -35,14 +35,14 @@ public class PitestOperationBuild extends Project {
public PitestOperationBuild() {
pkg = "rife.bld.extension";
name = "PitestExtension";
version = version(0, 9, 3);
version = version(0, 9, 4);
javaRelease = 17;
downloadSources = true;
autoDownloadPurge = true;
repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES);
var pitest = version(1, 15, 7);
var pitest = version(1, 15, 8);
scope(compile)
.include(dependency("com.uwyn.rife2", "bld", version(1, 8, 0)));
scope(test)