Bumped PIT to version 1.17.0

This commit is contained in:
Erik C. Thauvin 2024-09-17 04:08:26 -07:00
parent d568ee486f
commit f70c8c89bf
Signed by: erik
GPG key ID: 776702A6A2DA330E
4 changed files with 7 additions and 7 deletions

View file

@ -33,7 +33,7 @@ public class PitestOperationBuild extends Project {
public PitestOperationBuild() {
pkg = "rife.bld.extension";
name = "PitestExtension";
version = version(1, 0, 1);
version = version(1, 0, 2);
javaRelease = 17;
@ -42,7 +42,7 @@ public class PitestOperationBuild extends Project {
repositories = List.of(MAVEN_LOCAL, MAVEN_CENTRAL, RIFE2_RELEASES, RIFE2_SNAPSHOTS);
var pitest = version(1, 16, 3);
var pitest = version(1, 17, 0);
scope(compile)
.include(dependency("com.uwyn.rife2", "bld", version(2, 1, 0)));
scope(test)