We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents caeaf58 + a6c9bf9 commit c9e4c15Copy full SHA for c9e4c15
language-adaptors/rxjava-kotlin/build.gradle
@@ -4,7 +4,7 @@ buildscript {
4
}
5
6
dependencies {
7
- classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:0.6.800'
+ classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:0.6.1673'
8
9
10
@@ -13,7 +13,7 @@ apply plugin: 'osgi'
13
14
15
compile project(':rxjava-core')
16
- compile 'org.jetbrains.kotlin:kotlin-stdlib:0.6.800'
+ compile 'org.jetbrains.kotlin:kotlin-stdlib:0.6.1673'
17
provided 'junit:junit-dep:4.10'
18
provided 'org.mockito:mockito-core:1.8.5'
19
0 commit comments