Implement custom bitlink update. Closes #15

This commit is contained in:
Erik C. Thauvin 2024-05-18 17:04:53 -07:00
parent 55bc8d9e6a
commit 517aeb016a
Signed by: erik
GPG key ID: 776702A6A2DA330E
10 changed files with 160 additions and 52 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:1.0.2-SNAPSHOT"))
.include(dependency("net.thauvin.erik:bitly-shorten:2.0.0"))
.include(dependency("org.json:json:20240303"));
}

View file

@ -17,7 +17,7 @@ repositories {
}
dependencies {
implementation("net.thauvin.erik:bitly-shorten:1.0.1")
implementation("net.thauvin.erik:bitly-shorten:2.0.0")
implementation("org.json:json:20240303")
}