Bumped bld to version 1.9.1
This commit is contained in:
parent
0ee3b482c0
commit
d6a1919b5e
10 changed files with 10 additions and 10 deletions
|
@ -44,7 +44,7 @@ public class GeneratedVersionOperationBuild extends Project {
|
|||
repositories = List.of(MAVEN_CENTRAL, RIFE2_RELEASES);
|
||||
|
||||
scope(compile)
|
||||
.include(dependency("com.uwyn.rife2", "bld", version(1, 9, 0)));
|
||||
.include(dependency("com.uwyn.rife2", "bld", version(1, 9, 1)));
|
||||
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