Bumped bld to version 2.0.0-SHAPSHOT

This commit is contained in:
Erik C. Thauvin 2024-07-22 20:55:24 -07:00
parent 17a21bb436
commit ce4a081bf1
Signed by: erik
GPG key ID: 776702A6A2DA330E
5 changed files with 5 additions and 5 deletions

View file

@ -43,7 +43,7 @@ public class SpringBootBuild extends Project {
repositories = List.of(MAVEN_LOCAL, MAVEN_CENTRAL, RIFE2_RELEASES, RIFE2_SNAPSHOTS);
scope(compile)
.include(dependency("com.uwyn.rife2", "bld", version(1, 9, 1)));
.include(dependency("com.uwyn.rife2", "bld", version(2, 0, 0, "SNAPSHOT")));
scope(test)
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 10, 3)))
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 10, 3)))