Bumped to bld 1.9.0

This commit is contained in:
Erik C. Thauvin 2024-02-26 17:35:13 -08:00
parent c2e1c5e193
commit 79b16e1989
18 changed files with 34 additions and 60 deletions

View file

@ -26,7 +26,7 @@ public class CryptoPriceExampleBuild extends BaseProject {
scope(compile)
.include(dependency("net.thauvin.erik", "cryptoprice", version(1, 0, 3, "SNAPSHOT")))
.include(dependency("org.json", "json", "20231013"));
.include(dependency("org.json", "json", "20240205"));
}
public static void main(String[] args) {