mirror of
https://github.com/rife2/bld
synced 2025-12-20 16:48:38 +01:00
Updated RIFE2 version for blueprint, in anticipation of upcoming RIFE2 version
This commit is contained in:
parent
f65ce504e3
commit
de4c4743b5
|
|
@ -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,0)));
|
||||
.include(dependency("com.uwyn.rife2", "rife2", version(1,7,1)));
|
||||
scope(test)
|
||||
.include(dependency("org.jsoup", "jsoup", version(1,16,1)))
|
||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5,9,3)))
|
||||
|
|
|
|||
Loading…
Reference in a new issue