mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-26 00:37:10 -07:00
Updated dependencies in RIFE2 blueprint.
This commit is contained in:
parent
e5337f6ed7
commit
89820f5262
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ public class Rife2ProjectBlueprint extends WebProject {
|
|||
scope(compile)
|
||||
.include(dependency("com.uwyn.rife2", "rife2", version(1,8,0)));
|
||||
scope(test)
|
||||
.include(dependency("org.jsoup", "jsoup", version(1,17,2)))
|
||||
.include(dependency("org.jsoup", "jsoup", version(1,18,1)))
|
||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5,10,3)))
|
||||
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1,10,3)));
|
||||
scope(standalone)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue