Bumped PIT to version 1.16.2

This commit is contained in:
Erik C. Thauvin 2024-08-28 18:29:26 -07:00
parent 9455947111
commit f8718774ae
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

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