mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-25 16:27:11 -07:00
Updated version to 1.7.1
This commit is contained in:
parent
bbdf89845a
commit
57fbaefda7
6 changed files with 9 additions and 9 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(20230227)));
|
||||
.include(dependency("org.json", "json", version(20230618)));
|
||||
|
||||
var core_directory = new File(workDirectory(), "core");
|
||||
var core_src_directory = new File(core_directory, "src");
|
||||
|
|
|
@ -1 +1 @@
|
|||
1.7.1-SNAPSHOT
|
||||
1.7.1
|
Loading…
Add table
Add a link
Reference in a new issue