Skip to content

Commit 88b0904

Browse files
authored
Update README.md
1 parent 2f03636 commit 88b0904

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# kotlinx.coroutines
22

3-
Library support for Kotlin coroutines. This is a companion version for Kotlin 1.1.0-beta-37 release.
3+
Library support for Kotlin coroutines. This is a companion version for Kotlin 1.1.0-beta-38 release.
44

55
## Modules and features
66

@@ -48,7 +48,7 @@ from inside coroutines. It is in very basic form now (example-only, not even clo
4848
4949
The libraries are published to [kotlin-eap-1.1](https://bintray.com/kotlin/kotlin-eap-1.1/kotlinx.coroutines) bintray repository.
5050

51-
These libraries require kotlin compiler version to be at least `1.1.0-beta-37` and
51+
These libraries require kotlin compiler version to be at least `1.1.0-beta-38` and
5252
require kotlin runtime of the same version as a dependency, which can be obtained from the same repository.
5353

5454
### Maven
@@ -81,7 +81,7 @@ And make sure that you use the right Kotlin version:
8181

8282
```xml
8383
<properties>
84-
<kotlin.version>1.1.0-beta-37</kotlin.version>
84+
<kotlin.version>1.1.0-beta-38</kotlin.version>
8585
</properties>
8686
```
8787

@@ -107,6 +107,6 @@ And make sure that you use the right Kotlin version:
107107

108108
```groovy
109109
buildscript {
110-
ext.kotlin_version = '1.1.0-beta-37'
110+
ext.kotlin_version = '1.1.0-beta-38'
111111
}
112112
```

0 commit comments

Comments
 (0)