Bumped PIT to version 1.18.1

This commit is contained in:
Erik C. Thauvin 2025-02-12 14:53:05 -08:00
parent a83bea7f27
commit c81b0fac5d
Signed by: erik
GPG key ID: 776702A6A2DA330E
3 changed files with 3 additions and 3 deletions

View file

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