Added support for snapshot.

This commit is contained in:
Erik C. Thauvin 2021-05-02 21:57:42 -07:00
parent 00c699972a
commit 0809e69dfc
6 changed files with 16 additions and 11 deletions

View file

@ -13,7 +13,7 @@ plugins {
defaultTasks(ApplicationPlugin.TASK_RUN_NAME)
val semverProcessor = "net.thauvin.erik:semver:1.2.0"
val semverProcessor = "net.thauvin.erik:semver:1.2.1-SNAPSHOT"
dependencies {
kapt(semverProcessor)