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