Bump PIT to version 1.19.3
This commit is contained in:
parent
c0231964d3
commit
9795548cf9
4 changed files with 7 additions and 8 deletions
|
@ -29,7 +29,7 @@ public class ExamplesBuild extends Project {
|
|||
|
||||
repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES);
|
||||
|
||||
var pitest = version(1, 19, 2);
|
||||
var pitest = version(1, 19, 3);
|
||||
scope(test)
|
||||
.include(dependency("org.pitest", "pitest", pitest))
|
||||
.include(dependency("org.pitest", "pitest-command-line", pitest))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue