mirror of
https://github.com/ethauvin/bld.git
synced 2025-04-25 08:17:11 -07:00
Set RIFE2 version to 1.7.2
This commit is contained in:
parent
f53c73c9d5
commit
76186c78db
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ public class Rife2ProjectBlueprint extends WebProject {
|
|||
downloadSources = true;
|
||||
repositories = List.of(MAVEN_CENTRAL, SONATYPE_SNAPSHOTS);
|
||||
scope(compile)
|
||||
.include(dependency("com.uwyn.rife2", "rife2", version(1,7,1)));
|
||||
.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