diff options
Diffstat (limited to 'core/content-matcher-test-utils')
-rw-r--r-- | core/content-matcher-test-utils/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/content-matcher-test-utils/build.gradle.kts b/core/content-matcher-test-utils/build.gradle.kts index 6439393a..07d4bed9 100644 --- a/core/content-matcher-test-utils/build.gradle.kts +++ b/core/content-matcher-test-utils/build.gradle.kts @@ -2,5 +2,5 @@ dependencies { implementation(project(":core:test-api")) implementation(kotlin("stdlib-jdk8")) implementation(kotlin("reflect")) - implementation("com.willowtreeapps.assertk:assertk-jvm:0.24") + implementation("com.willowtreeapps.assertk:assertk-jvm:0.25") } |