Bumped bld to 1.8.0

This commit is contained in:
Erik C. Thauvin 2024-01-31 15:52:42 -08:00
parent 3ba6479e7e
commit ee2f4f3e51
14 changed files with 20 additions and 22 deletions

View file

@ -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)))
.include(dependency("net.thauvin.erik", "cryptoprice", version(1, 0, 3, "SNAPSHOT")))
.include(dependency("org.json", "json", "20231013"));
}