aboutsummaryrefslogtreecommitdiffstats
path: root/kotlinx-coroutines-test/README.md
diff options
context:
space:
mode:
authorVsevolod Tolstopyatov <qwwdfsad@gmail.com>2020-03-06 12:32:30 +0300
committerVsevolod Tolstopyatov <qwwdfsad@gmail.com>2020-03-06 12:32:30 +0300
commitbb3cf093afe9beaf448736aa8afc806d2b6bba63 (patch)
tree6e2e96db9dbd06befc0bd954b9340326770c034b /kotlinx-coroutines-test/README.md
parent7df61eec64296bd012915ce2541eea3b7a5cb9c4 (diff)
downloadplatform_external_kotlinx.coroutines-bb3cf093afe9beaf448736aa8afc806d2b6bba63.tar.gz
platform_external_kotlinx.coroutines-bb3cf093afe9beaf448736aa8afc806d2b6bba63.tar.bz2
platform_external_kotlinx.coroutines-bb3cf093afe9beaf448736aa8afc806d2b6bba63.zip
Version 1.3.4
Diffstat (limited to 'kotlinx-coroutines-test/README.md')
-rw-r--r--kotlinx-coroutines-test/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/kotlinx-coroutines-test/README.md b/kotlinx-coroutines-test/README.md
index aefd5a3f..e3483878 100644
--- a/kotlinx-coroutines-test/README.md
+++ b/kotlinx-coroutines-test/README.md
@@ -9,7 +9,7 @@ This package provides testing utilities for effectively testing coroutines.
Add `kotlinx-coroutines-test` to your project test dependencies:
```
dependencies {
- testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.3.3'
+ testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.3.4'
}
```