Skip to content

Commit

Permalink
Merge pull request #693 from MarioAriasC/master
Browse files Browse the repository at this point in the history
Kotlin M6.2
  • Loading branch information
benjchristensen committed Dec 26, 2013
2 parents caeaf58 + a6c9bf9 commit c9e4c15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions language-adaptors/rxjava-kotlin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
}

dependencies {
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:0.6.800'
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:0.6.1673'
}
}

Expand All @@ -13,7 +13,7 @@ apply plugin: 'osgi'

dependencies {
compile project(':rxjava-core')
compile 'org.jetbrains.kotlin:kotlin-stdlib:0.6.800'
compile 'org.jetbrains.kotlin:kotlin-stdlib:0.6.1673'
provided 'junit:junit-dep:4.10'
provided 'org.mockito:mockito-core:1.8.5'
}
Expand Down

0 comments on commit c9e4c15

Please sign in to comment.