2
0
Fork 0
mirror of https://github.com/ethauvin/bld.git synced 2025-04-25 00:07:12 -07:00

Updated RIFE2 blueprint dependency version to 1.7.0

This commit is contained in:
Geert Bevin 2023-05-12 17:03:58 -04:00
parent c1531b58e4
commit 502dd2231c

View file

@ -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,6,3)));
.include(dependency("com.uwyn.rife2", "rife2", version(1,7,0)));
scope(test)
.include(dependency("org.jsoup", "jsoup", version(1,16,1)))
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5,9,3)))