Skip to content

Commit 40f69cf

Browse files
authored
Merge pull request #28 from erokhins/patch-1
Update 1.1.0-beta-37 to 1.1.0-beta-38
2 parents 2f03636 + 621113e commit 40f69cf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
<properties>
6363
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
64-
<kotlin.version>1.1.0-beta-37</kotlin.version>
64+
<kotlin.version>1.1.0-beta-38</kotlin.version>
6565
<dokka.version>0.9.13</dokka.version>
6666
<junit.version>4.12</junit.version>
6767
<maven.compiler.source>1.6</maven.compiler.source>

0 commit comments

Comments
 (0)