Bumped bld to 1.8.0
This commit is contained in:
parent
d1e16bbee3
commit
cfa0a18581
8 changed files with 8 additions and 8 deletions
|
@ -44,7 +44,7 @@ public class TestNgOperationBuild extends Project {
|
|||
var rife2 = version(1, 7, 3);
|
||||
scope(compile)
|
||||
.include(dependency("com.uwyn.rife2", "rife2", rife2))
|
||||
.include(dependency("com.uwyn.rife2", "bld", version(1, 7, 5)));
|
||||
.include(dependency("com.uwyn.rife2", "bld", version(1, 8, 0)));
|
||||
|
||||
scope(test)
|
||||
.include(dependency("org.testng", "testng", version(7, 9, 0)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue