Use 1.1.1-SNAPSHOT in examples

This commit is contained in:
Erik C. Thauvin 2025-03-26 10:15:17 -07:00
parent 9192cfd175
commit 1c78c96180
Signed by: erik
GPG key ID: 776702A6A2DA330E
3 changed files with 3 additions and 2 deletions

View file

@ -13,7 +13,7 @@ repositories {
}
dependencies {
implementation("net.thauvin.erik:isgd-shorten:1.1.0")
implementation("net.thauvin.erik:isgd-shorten:1.1.1-SNAPSHOT")
}
java {