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
|
@ -48,7 +48,7 @@ Don't forget to add the Pitest `test` dependencies to your build file, as they a
|
|||
```java
|
||||
repositories = List.of(MAVEN_CENTRAL);
|
||||
scope(test)
|
||||
.include(dependency("org.pitest", "pitest", version(1, 19, 0)))
|
||||
.include(dependency("org.pitest", "pitest", version(1, 19, 1)))
|
||||
.include(dependency("org.pitest", "pitest-command-line", version(1, 17, 4)))
|
||||
.include(dependency("org.pitest", "pitest-junit5-plugin", version(1, 2, 2)))
|
||||
.include(dependency("org.pitest", "pitest-testng-plugin", version(1, 0, 0)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue