aboutsummaryrefslogtreecommitdiff
path: root/core/content-matcher-test-utils
diff options
context:
space:
mode:
Diffstat (limited to 'core/content-matcher-test-utils')
-rw-r--r--core/content-matcher-test-utils/build.gradle.kts6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/content-matcher-test-utils/build.gradle.kts b/core/content-matcher-test-utils/build.gradle.kts
index 4ddba0fb..75602c64 100644
--- a/core/content-matcher-test-utils/build.gradle.kts
+++ b/core/content-matcher-test-utils/build.gradle.kts
@@ -3,8 +3,8 @@ plugins {
}
dependencies {
- implementation(project(":core:test-api"))
- implementation(kotlin("stdlib-jdk8"))
+ implementation(projects.core.testApi)
+
implementation(kotlin("reflect"))
- implementation("com.willowtreeapps.assertk:assertk-jvm:0.25")
+ implementation(libs.assertk)
}