Bumped PIT to version 1.6.1

This commit is contained in:
Erik C. Thauvin 2024-05-08 18:19:08 -07:00
parent 6bb66cd907
commit 87a55200b3
Signed by: erik
GPG key ID: 776702A6A2DA330E
8 changed files with 55 additions and 55 deletions

View file

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