Bumped PIT to version 1.6.1
This commit is contained in:
parent
6bb66cd907
commit
87a55200b3
8 changed files with 55 additions and 55 deletions
|
@ -27,8 +27,8 @@ public class ExamplesBuild extends Project {
|
|||
repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES);
|
||||
|
||||
scope(test)
|
||||
.include(dependency("org.pitest", "pitest", version(1, 16, 0)))
|
||||
.include(dependency("org.pitest", "pitest-command-line", version(1, 16, 0)))
|
||||
.include(dependency("org.pitest", "pitest", version(1, 16, 1)))
|
||||
.include(dependency("org.pitest", "pitest-command-line", version(1, 16, 1)))
|
||||
.include(dependency("org.pitest", "pitest-junit5-plugin", version(1, 2, 1)))
|
||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 10, 2)))
|
||||
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 10, 2)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue