mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-26 00:37:10 -07:00
Updated to bld 1.9.0
This commit is contained in:
parent
e6feeff0da
commit
52fc588795
7 changed files with 10 additions and 10 deletions
|
@ -32,7 +32,7 @@ public class BldBuild extends AbstractRife2Build {
|
|||
|
||||
repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES);
|
||||
scope(test)
|
||||
.include(dependency("org.json", "json", version(20231013)));
|
||||
.include(dependency("org.json", "json", version(20240205)));
|
||||
|
||||
var core_directory = new File(workDirectory(), "core");
|
||||
var core_src_directory = new File(core_directory, "src");
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.9.0-SNAPSHOT
|
||||
1.9.0
|
Loading…
Add table
Add a link
Reference in a new issue