Bump PIT from version 1.19.0 to 1.19.1
This commit is contained in:
parent
0671bdfd7a
commit
38d25733fc
3 changed files with 4 additions and 4 deletions
|
@ -29,7 +29,7 @@ public class ExamplesBuild extends Project {
|
|||
|
||||
repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES);
|
||||
|
||||
var pitest = version(1, 19, 0);
|
||||
var pitest = version(1, 19, 1);
|
||||
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