Update to the latest snapshots

This commit is contained in:
Erik C. Thauvin 2025-03-26 11:37:19 -07:00
parent 6d8525c30c
commit ed5dd2110a
Signed by: erik
GPG key ID: 776702A6A2DA330E
5 changed files with 8 additions and 7 deletions

View file

@ -24,7 +24,7 @@ public class ExampleBuild extends BaseProject {
repositories = List.of(MAVEN_LOCAL, MAVEN_CENTRAL, SONATYPE_SNAPSHOTS_LEGACY);
scope(compile)
.include(dependency("net.thauvin.erik:bitly-shorten:2.0.0"))
.include(dependency("net.thauvin.erik:bitly-shorten:2.0.1-SNAPSHOT"))
.include(dependency("org.json:json:20250107"));
}