mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-01-06 15:20:45 +01:00
32645aadce
Bumps [kotlinx-coroutines-test](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.0 to 1.6.1. - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](https://github.com/Kotlin/kotlinx.coroutines/compare/1.6.0...1.6.1) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test 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.1'
|
|
} |