Skip to content

Commit

Permalink
Update Readme for version 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
pilgr committed Jan 26, 2017
1 parent 90f0479 commit 2fbf969
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ As you see in the example above, you can write asynchronous code in a imperative

## Dependency
```Groovy
compile 'co.metalab.asyncawait:asyncawait:0.8'
compile 'co.metalab.asyncawait:asyncawait:0.9'
```
Library is built upon preview version of Kotlin 1.1-M4, see [how to set it up](#how-to-setup).
Library is built upon beta version of Kotlin 1.1.0-beta-22, see [how to set it up](#how-to-setup).


## Usage
Expand Down Expand Up @@ -179,7 +179,7 @@ As for now Kotlin 1.1 is not released yet, you have to download and setup latest
* Make sure you have similar config in the main `build.gradle`
```
buildscript {
ext.kotlin_version = '1.1-M04'
ext.kotlin_version = '1.1.0-beta-22'
repositories {
...
maven {
Expand Down

0 comments on commit 2fbf969

Please sign in to comment.