Skip to content

Commit

Permalink
Minor version cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed Nov 4, 2024
1 parent c26f531 commit ce56ed6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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, 17, 0)))
.include(dependency("org.pitest", "pitest-command-line", version(1, 17, 0)))
.include(dependency("org.pitest", "pitest", version(1, 17, 1)))
.include(dependency("org.pitest", "pitest-command-line", version(1, 17, 1)))
.include(dependency("org.pitest", "pitest-junit5-plugin", version(1, 2, 1)))
.include(dependency("org.pitest", "pitest-testng-plugin", version(1, 0, 0)));
```

0 comments on commit ce56ed6

Please sign in to comment.