Skip to content

Commit

Permalink
Move deps to jvmTest
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis committed Oct 25, 2024
1 parent a02e514 commit 8458329
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hll/dynamodb-mapper/dynamodb-mapper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ kotlin {
commonTest {
dependencies {
implementation(libs.kotlinx.coroutines.test)
implementation(libs.kotest.assertions.core)
implementation(libs.kotest.runner.junit5)
}
}

jvmTest {
dependencies {
implementation(libs.mockk)
implementation(libs.kotest.assertions.core)
implementation(libs.kotest.runner.junit5)
}
}
}
Expand Down

0 comments on commit 8458329

Please sign in to comment.