Implement custom bitlink update. Closes #15
This commit is contained in:
parent
55bc8d9e6a
commit
517aeb016a
10 changed files with 160 additions and 52 deletions
|
@ -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"));
|
||||
}
|
||||
|
||||
|
|
|
@ -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")
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue