Skip to content

Commit

Permalink
Merge pull request #3 from jrgonzalezg/master
Browse files Browse the repository at this point in the history
Updated dependencies to support final version of Kotlin 1.1.0
  • Loading branch information
h0tk3y authored Mar 4, 2017
2 parents ea2a675 + 43802dc commit 516b251
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.1.0-beta-38'
ext.kotlin_version = '1.1.0'

repositories {
mavenCentral()
Expand All @@ -26,7 +26,7 @@ kotlin {
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.6-beta'
compile 'org.jetbrains.kotlinx:kotlinx-coroutines-core:0.12'
testCompile "junit:junit:4.12"
}

Expand All @@ -37,4 +37,4 @@ task sourcesJar(type: Jar, dependsOn: classes) {

artifacts {
archives sourcesJar
}
}

0 comments on commit 516b251

Please sign in to comment.