Skip to content

Commit

Permalink
Set RIFE2 version to 1.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gbevin committed Oct 10, 2023
1 parent f53c73c commit 76186c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public Rife2ProjectBlueprint(File work, String packageName, String projectName,
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)))
Expand Down

0 comments on commit 76186c7

Please sign in to comment.