Skip to content

Commit

Permalink
bump to 0.0.24-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
fmck3516 committed Nov 4, 2024
1 parent a9ae2b1 commit 07dce17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.22'
+ id 'io.skippy' version '0.0.23'
}
dependencies {
+ testImplementation 'io.skippy:skippy-junit5:0.0.22'
+ testImplementation 'io.skippy:skippy-junit5:0.0.23'
}
```

Expand Down
2 changes: 1 addition & 1 deletion versions.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
skippy=0.0.23
skippy=0.0.24-SNAPSHOT

asm=9.7
assertj:3.24.2
Expand Down

0 comments on commit 07dce17

Please sign in to comment.