Bumped PIT to version 1.16.2
This commit is contained in:
parent
9455947111
commit
f8718774ae
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue