Bumped AssertK to version 0.28.1
This commit is contained in:
parent
e8deffa5ef
commit
e81c6a0492
1 changed files with 2 additions and 1 deletions
|
@ -56,6 +56,7 @@ import static rife.bld.dependencies.Scope.test;
|
|||
|
||||
public class JokeApiBuild extends Project {
|
||||
final File srcMainKotlin = new File(srcMainDirectory(), "kotlin");
|
||||
|
||||
public JokeApiBuild() {
|
||||
pkg = "net.thauvin.erik";
|
||||
name = "jokeapi";
|
||||
|
@ -75,7 +76,7 @@ public class JokeApiBuild extends Project {
|
|||
.include(dependency("org.jetbrains.kotlin", "kotlin-test-junit5", kotlin))
|
||||
.include(dependency("org.junit.jupiter", "junit-jupiter", version(5, 10, 2)))
|
||||
.include(dependency("org.junit.platform", "junit-platform-console-standalone", version(1, 10, 2)))
|
||||
.include(dependency("com.willowtreeapps.assertk", "assertk-jvm", version(0, 28, 0)));
|
||||
.include(dependency("com.willowtreeapps.assertk", "assertk-jvm", version(0, 28, 1)));
|
||||
|
||||
publishOperation()
|
||||
.repository(version.isSnapshot() ? repository(SONATYPE_SNAPSHOTS_LEGACY.location())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue