Skip to content

Commit e1bbe9b

Browse files
committed
fix build
1 parent a03f5ab commit e1bbe9b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ spring-boot-2x-starter-test = { module = "org.springframework.boot:spring-boot-s
3030
kotest-property-jvm = { module = "io.kotest:kotest-property-jvm", version.ref = "kotest" }
3131
kotest-datatests = { module = "io.kotest:kotest-framework-datatest-jvm", version.ref = "kotest" }
3232
kotest-assertions-core = { module = "io.kotest:kotest-assertions-core", version.ref = "kotest" }
33+
kotest-runner-junit5 = { module = "io.kotest:kotest-runner-junit5", version.ref = "kotest" }
3334
kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinx" }
3435
koin-test = { module = "io.insert-koin:koin-test", version.ref = "koin" }
3536
koin-test-junit5 = { module = "io.insert-koin:koin-test-junit5", version.ref = "koin" }

projects/kediatr-core/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ val testFixturesImplementation: Configuration by configurations.getting {
88

99
dependencies {
1010
testFixturesImplementation(libs.kotest.assertions.core)
11+
testFixturesImplementation(libs.kotest.runner.junit5)
1112
testFixturesImplementation(junitLibs.junitJupiterApi)
1213
testFixturesImplementation(libs.kotlinx.coroutines.test)
1314
testFixturesRuntimeOnly(junitLibs.junitJupiterEngine)

0 commit comments

Comments
 (0)