Skip to content

Commit

Permalink
bump version in README to 0.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
fmck3516 committed May 26, 2024
1 parent 70cdedd commit eb5f07d
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 @@ -49,11 +49,11 @@ Let's take a whirlwind tour of Skippy, Gradle & JUnit 5. The concepts are simila

```groovy
plugins {
+ id 'io.skippy' version '0.0.16'
+ id 'io.skippy' version '0.0.20'
}
dependencies {
+ testImplementation 'io.skippy:skippy-junit5:0.0.16'
+ testImplementation 'io.skippy:skippy-junit5:0.0.20'
}
```

Expand Down

0 comments on commit eb5f07d

Please sign in to comment.