mirror of
https://github.com/ethauvin/rife2-bld-hello.git
synced 2025-04-28 10:08:13 -07:00
Updated to bld 1.7.4.
Updated to RIFE2 1.7.2. Fixes vscode settings.
This commit is contained in:
parent
052de93ed6
commit
459a916906
7 changed files with 9 additions and 8 deletions
|
@ -22,7 +22,7 @@ public class AppBuild extends WebProject {
|
|||
|
||||
repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES);
|
||||
scope(compile)
|
||||
.include(dependency("com.uwyn.rife2", "rife2", version(1,7,0)));
|
||||
.include(dependency("com.uwyn.rife2", "rife2", version(1,7,2)));
|
||||
scope(test)
|
||||
.include(dependency("org.jsoup", "jsoup", version(1,16,1)))
|
||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5,9,3)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue