Skip to content

Commit abe6036

Browse files
authored
#none: use wildcard version numbers
1 parent 68133d3 commit abe6036

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ Then java-snapshot-testing might just be what you are looking for!
2323

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

0 commit comments

Comments
 (0)