Bumped Mustache Compiler to version 0.9.12
This commit is contained in:
parent
6e4307cb61
commit
d11420dae3
2 changed files with 3 additions and 3 deletions
|
@ -71,7 +71,7 @@ public class SemverBuild extends Project {
|
|||
repositories = List.of(MAVEN_CENTRAL, SONATYPE_SNAPSHOTS);
|
||||
|
||||
scope(compile)
|
||||
.include(dependency("com.github.spullara.mustache.java", "compiler", version(0, 9, 11)));
|
||||
.include(dependency("com.github.spullara.mustache.java", "compiler", version(0, 9, 12)));
|
||||
scope(test)
|
||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 10, 2)))
|
||||
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 10, 2)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue