Skip to content

Commit

Permalink
Updated PIT test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Oct 23, 2023
1 parent 5a3e928 commit ba7cec0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ 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, 14, 4)))
.include(dependency("org.pitest", "pitest-command-line", version(1, 14, 4)))
.include(dependency("org.pitest", "pitest", version(1, 15, 1)))
.include(dependency("org.pitest", "pitest-command-line", version(1, 15, 1)))
.include(dependency("org.pitest", "pitest-junit5-plugin", version(1, 2, 0)))
.include(dependency("org.pitest", "pitest-testng-plugin", version(1, 0, 0)));
```
```

0 comments on commit ba7cec0

Please sign in to comment.