aboutsummaryrefslogtreecommitdiffstats
path: root/kotlinx-coroutines-test/README.md
diff options
context:
space:
mode:
authorVsevolod Tolstopyatov <qwwdfsad@gmail.com>2020-03-17 18:17:23 +0300
committerGitHub <noreply@github.com>2020-03-17 18:17:23 +0300
commit3bb3e55a53359ebe268c7def40c6b016ca0e5f9a (patch)
treede8d2bc4910de59eb169a2bb025261ca52354921 /kotlinx-coroutines-test/README.md
parent2d0e862666b940243304fa9403b52548c529fe89 (diff)
parent98ab2dc1788598b957b021b51247ca518e27d1db (diff)
downloadplatform_external_kotlinx.coroutines-3bb3e55a53359ebe268c7def40c6b016ca0e5f9a.tar.gz
platform_external_kotlinx.coroutines-3bb3e55a53359ebe268c7def40c6b016ca0e5f9a.tar.bz2
platform_external_kotlinx.coroutines-3bb3e55a53359ebe268c7def40c6b016ca0e5f9a.zip
Merge pull request #1872 from Kotlin/version-1.3.5
Version 1.3.5
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 ce652a02..2b3ed25d 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.4'
+ testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.3.5'
}
```