Bumped PIT to version 1.17.2
This commit is contained in:
parent
d9a225aa0e
commit
1a2a854a8b
3 changed files with 6 additions and 5 deletions
|
@ -47,7 +47,7 @@ public class PitestOperationBuild extends Project {
|
|||
|
||||
repositories = List.of(MAVEN_LOCAL, MAVEN_CENTRAL, RIFE2_RELEASES, RIFE2_SNAPSHOTS);
|
||||
|
||||
var pitest = version(1, 17, 1);
|
||||
var pitest = version(1, 17, 2);
|
||||
scope(compile)
|
||||
.include(dependency("com.uwyn.rife2", "bld", version(2, 1, 0)));
|
||||
scope(test)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue