Version 1.0.1
This commit is contained in:
parent
2e82c4d849
commit
080e7c57bb
5 changed files with 6 additions and 13 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:isgd-shorten:1.0.0"));
|
||||
.include(dependency("net.thauvin.erik:isgd-shorten:1.0.1"));
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
|
|
@ -13,7 +13,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation("net.thauvin.erik:isgd-shorten:1.0.0")
|
||||
implementation("net.thauvin.erik:isgd-shorten:1.0.1")
|
||||
}
|
||||
|
||||
java {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue