Skip to content

Commit 45fb9f9

Browse files
committed
Switched to version 1.1.0-beta-18
1 parent aecb9aa commit 45fb9f9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 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-17 release.
3+
Library support for Kotlin coroutines. This is a companion version for Kotlin 1.1.0-beta-18 release.
44
It contains worked-out implementation of coroutine builders, suspending functions, and contexts that are
55
used as examples in
66
[Kotlin coroutines design document](https://github.com/Kotlin/kotlin-coroutines/blob/master/kotlin-coroutines-informal.md)
@@ -74,7 +74,7 @@ And make sure that you use the right Kotlin version:
7474

7575
```xml
7676
<properties>
77-
<kotlin.version>1.1.0-beta-17</kotlin.version>
77+
<kotlin.version>1.1.0-beta-18</kotlin.version>
7878
</properties>
7979
```
8080

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

101101
```groovy
102102
buildscript {
103-
ext.kotlin_version = '1.1.0-beta-17'
103+
ext.kotlin_version = '1.1.0-beta-18'
104104
}
105105
```

pom.xml

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

5757
<properties>
5858
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
59-
<kotlin.version>1.1.0-beta-17</kotlin.version>
59+
<kotlin.version>1.1.0-beta-18</kotlin.version>
6060
<junit.version>4.12</junit.version>
6161
<maven.compiler.source>1.6</maven.compiler.source>
6262
<maven.compiler.target>1.6</maven.compiler.target>

0 commit comments

Comments
 (0)