mirror of
https://github.com/ethauvin/rife2-bld-hello.git
synced 2025-04-27 09:38:12 -07:00
Updated for RIFE2 1.6.0
This commit is contained in:
parent
7726dd789b
commit
b6a4d7a527
4 changed files with 4 additions and 4 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,5,22)));
|
||||
.include(dependency("com.uwyn.rife2", "rife2", version(1,6,0)));
|
||||
scope(test)
|
||||
.include(dependency("org.jsoup", "jsoup", version(1,15,4)))
|
||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5,9,2)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue