aboutsummaryrefslogtreecommitdiffstats
path: root/kotlinx-coroutines-test/README.md
diff options
context:
space:
mode:
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 1838bbff..8e8be757 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.0-RC'
+ testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.3.0-RC2'
}
```