aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/content-matcher-test-utils/build.gradle.kts2
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 2bb84162..6439393a 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.23.1")
+ implementation("com.willowtreeapps.assertk:assertk-jvm:0.24")
}