Bumped PIT to version 1.17.4
This commit is contained in:
parent
7028acf4d0
commit
e5a56b518c
3 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@ public class ExamplesBuild extends Project {
|
|||
|
||||
repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES);
|
||||
|
||||
var pitest = version(1, 17, 3);
|
||||
var pitest = version(1, 17, 4);
|
||||
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