Skip to content
This repository has been archived by the owner on May 14, 2018. It is now read-only.

Commit

Permalink
v1.0.14: using java-commons v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Kurilov committed Oct 20, 2017
1 parent e7435bd commit af221ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ executed concurrently also.
## Gradle

```groovy
compile group: 'com.github.akurilov', name: 'java-coroutines', version: '1.0.10'
compile group: 'com.github.akurilov', name: 'java-coroutines', version: '1.0.14'
```

## Implementing Basic Coroutine
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ allprojects {
apply plugin: "maven"
apply plugin: "signing"
group = "com.github.akurilov"
version = "1.0.13"
version = "1.0.14"
}

tasks.withType(JavaCompile) {
Expand All @@ -24,7 +24,7 @@ repositories {
}

dependencies {
compile("com.github.akurilov:java-commons:[1.0.8,)")
compile("com.github.akurilov:java-commons:[1.1.0,)")
testCompile("junit:junit:4.12")
}

Expand Down

0 comments on commit af221ea

Please sign in to comment.