Version 1.0.2
This commit is contained in:
parent
cd4d86969f
commit
705a8d9b12
6 changed files with 6 additions and 4 deletions
|
@ -25,7 +25,7 @@ public class CryptoPriceExampleBuild extends BaseProject {
|
|||
repositories = List.of(MAVEN_LOCAL, MAVEN_CENTRAL, SONATYPE_SNAPSHOTS_LEGACY);
|
||||
|
||||
scope(compile)
|
||||
.include(dependency("net.thauvin.erik", "cryptoprice", version(1, 0, 2, "SNAPSHOT")))
|
||||
.include(dependency("net.thauvin.erik", "cryptoprice", version(1, 0, 2)))
|
||||
.include(dependency("org.json", "json", "20231013"));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue