2
0
Fork 0
mirror of https://github.com/ethauvin/bld.git synced 2025-04-24 15:57:11 -07:00

Dependency update

This commit is contained in:
Geert Bevin 2025-01-11 10:06:52 -05:00
parent f753f87a79
commit 72d214b3b6

View file

@ -33,7 +33,7 @@ public class BldBuild extends AbstractRife2Build {
repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES);
scope(test)
.include(dependency("org.json", "json", version(20240303)));
.include(dependency("org.json", "json", version(20250107)));
var core_dir = new File(workDirectory(), "core");
var core_src_dir = new File(core_dir, "src");