Skip to content

Commit

Permalink
#none: use wildcard version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmatt2 authored Nov 4, 2022
1 parent 68133d3 commit abe6036
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 @@ -23,10 +23,10 @@ Then java-snapshot-testing might just be what you are looking for!

```groovy
// In this case we are using the JUnit5 testing framework
testImplementation 'io.github.origin-energy:java-snapshot-testing-junit5:3.2.+'
testImplementation 'io.github.origin-energy:java-snapshot-testing-junit5:3.+'
// Many will want to serialize into JSON. In this case you should also add the Jackson plugin
testImplementation 'io.github.origin-energy:java-snapshot-testing-plugin-jackson:3.2.+'
testImplementation 'io.github.origin-energy:java-snapshot-testing-plugin-jackson:3.+'
testImplementation 'com.fasterxml.jackson.core:jackson-core:2.11.3'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.11.3'
Expand Down

0 comments on commit abe6036

Please sign in to comment.