Minor cleanups
This commit is contained in:
parent
bf097e614a
commit
cfdb81dad4
2 changed files with 12 additions and 26 deletions
|
@ -40,8 +40,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, 16, 1)))
|
||||
.include(dependency("org.pitest", "pitest-command-line", version(1, 16, 1)))
|
||||
.include(dependency("org.pitest", "pitest", version(1, 16, 2)))
|
||||
.include(dependency("org.pitest", "pitest-command-line", version(1, 16, 2)))
|
||||
.include(dependency("org.pitest", "pitest-junit5-plugin", version(1, 2, 1)))
|
||||
.include(dependency("org.pitest", "pitest-testng-plugin", version(1, 0, 0)));
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue