Bumped bld to 1.9.0

This commit is contained in:
Erik C. Thauvin 2024-02-26 17:48:47 -08:00
parent 86c0dff26e
commit d62f8b591c
25 changed files with 67 additions and 90 deletions

View file

@ -68,8 +68,8 @@ public class SemverBuild extends Project {
scope(compile)
.include(dependency("com.github.spullara.mustache.java", "compiler", version(0, 9, 11)));
scope(test)
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 10, 1)))
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 10, 1)));
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 10, 2)))
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 10, 2)));
javadocOperation().javadocOptions()