Bumped bld to version 1.9.1
This commit is contained in:
parent
a4d443d26b
commit
4db7553ca1
9 changed files with 10 additions and 10 deletions
|
@ -42,7 +42,7 @@ public class DetektOperationBuild 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)))
|
||||
.include(dependency("io.gitlab.arturbosch.detekt", "detekt-cli", version(1, 23, 6)));
|
||||
scope(test)
|
||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 10, 2)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue