mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-25 00:07:12 -07:00
Dependency update
This commit is contained in:
parent
f753f87a79
commit
72d214b3b6
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue