mirror of
https://github.com/ouchadam/small-talk.git
synced 2024-12-18 12:58:26 +01:00
a57a4035b4
Bumps [mockk](https://github.com/mockk/mockk) from 1.12.2 to 1.12.3. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.12.2...1.12.3) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
12 lines
421 B
Groovy
12 lines
421 B
Groovy
plugins {
|
|
id 'kotlin'
|
|
id 'java-test-fixtures'
|
|
}
|
|
|
|
dependencies {
|
|
implementation Dependencies.mavenCentral.kotlinCoroutinesCore
|
|
testFixturesImplementation Dependencies.mavenCentral.kotlinCoroutinesCore
|
|
testFixturesImplementation Dependencies.mavenCentral.kluent
|
|
testFixturesImplementation 'io.mockk:mockk:1.12.3'
|
|
testFixturesImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.0'
|
|
} |