Bump PIT to version 1.19.5
This commit is contained in:
parent
939b76cd04
commit
c2349f4d9a
3 changed files with 8 additions and 8 deletions
4
README.md
Executable file → Normal file
4
README.md
Executable file → Normal file
|
@ -48,8 +48,8 @@ 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, 4)))
|
||||
.include(dependency("org.pitest", "pitest-command-line", version(1, 19, 3)))
|
||||
.include(dependency("org.pitest", "pitest", version(1, 19, 5)))
|
||||
.include(dependency("org.pitest", "pitest-command-line", version(1, 19, 5)))
|
||||
.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