Skip to content

Commit

Permalink
Merge pull request #71 from felix-seifert/patch-1
Browse files Browse the repository at this point in the history
Update version to 1.1.0 in example implementation
  • Loading branch information
hcoles committed Jan 3, 2023
2 parents 9929c09 + 6533c28 commit a1ef6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -33,7 +33,7 @@ To activate the plugin it must be placed on the classpath of the pitest tool (**
<dependency>
<groupId>org.pitest</groupId>
<artifactId>pitest-junit5-plugin</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>
</dependency>
</dependencies>
</plugin>
Expand Down

0 comments on commit a1ef6f3

Please sign in to comment.