Updated examples to use SNAPSHOT

This commit is contained in:
Erik C. Thauvin 2024-04-29 18:34:57 -07:00
parent 47ffb6e12b
commit 0c10b9aeba
Signed by: erik
GPG key ID: 776702A6A2DA330E
5 changed files with 4 additions and 4 deletions

View file

@ -9,7 +9,7 @@ plugins {
defaultTasks 'run'
final def semverProcessor = 'net.thauvin.erik:semver:1.2.0'
final def semverProcessor = 'net.thauvin.erik:semver:1.2.2-SNAPSHOT'
sourceCompatibility = 1.8
targetCompatibility = 1.8