Skip to content

Commit

Permalink
bump to 0.0.22-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
fmck3516 committed Oct 21, 2024
1 parent c757ed2 commit 08459a2
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.20'
+ id 'io.skippy' version '0.0.21'
}
dependencies {
+ testImplementation 'io.skippy:skippy-junit5:0.0.20'
+ testImplementation 'io.skippy:skippy-junit5:0.0.21'
}
```

Expand Down

0 comments on commit 08459a2

Please sign in to comment.