Skip to content

Commit 32b3fb3

Browse files
committed
Kotlin 1.1.0-rc-91
1 parent ee7c0eb commit 32b3fb3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+4-4
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-rc-69 release.
3+
Library support for Kotlin coroutines. This is a companion version for Kotlin 1.1.0-rc-91 release.
44

55
## Modules and features
66

@@ -24,7 +24,7 @@ Library support for Kotlin coroutines. This is a companion version for Kotlin 1.
2424
2525
The libraries are published to [kotlin-eap-1.1](https://bintray.com/kotlin/kotlin-eap-1.1/kotlinx.coroutines) bintray repository.
2626

27-
These libraries require kotlin compiler version to be at least `1.1.0-rc-69` and
27+
These libraries require kotlin compiler version to be at least `1.1.0-rc-91` and
2828
require kotlin runtime of the same version as a dependency, which can be obtained from the same repository.
2929

3030
### Maven
@@ -57,7 +57,7 @@ And make sure that you use the right Kotlin version:
5757

5858
```xml
5959
<properties>
60-
<kotlin.version>1.1.0-rc-69</kotlin.version>
60+
<kotlin.version>1.1.0-rc-91</kotlin.version>
6161
</properties>
6262
```
6363

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

8484
```groovy
8585
buildscript {
86-
ext.kotlin_version = '1.1.0-rc-69'
86+
ext.kotlin_version = '1.1.0-rc-91'
8787
}
8888
```

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@
4949
<repository>
5050
<id>bintray</id>
5151
<name>bintray</name>
52-
<url>http://dl.bintray.com/kotlin/kotlin-dev</url>
52+
<url>http://dl.bintray.com/kotlin/kotlin-eap-1.1</url>
5353
</repository>
5454
</repositories>
5555

5656
<pluginRepositories>
5757
<pluginRepository>
5858
<id>bintray</id>
5959
<name>bintray</name>
60-
<url>http://dl.bintray.com/kotlin/kotlin-dev</url>
60+
<url>http://dl.bintray.com/kotlin/kotlin-eap-1.1</url>
6161
</pluginRepository>
6262
<pluginRepository>
6363
<id>bintray-kotlin-dokka</id>
@@ -77,7 +77,7 @@
7777

7878
<properties>
7979
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
80-
<kotlin.version>1.1.0-rc-69</kotlin.version>
80+
<kotlin.version>1.1.0-rc-91</kotlin.version>
8181
<dokka.version>0.9.13</dokka.version>
8282
<junit.version>4.12</junit.version>
8383
<maven.compiler.source>1.6</maven.compiler.source>

0 commit comments

Comments
 (0)