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.
1 parent 32b00cc commit d92b28cCopy full SHA for d92b28c
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.602'
+ classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:0.6.800'
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.602'
+ compile 'org.jetbrains.kotlin:kotlin-stdlib:0.6.800'
17
provided 'junit:junit-dep:4.10'
18
provided 'org.mockito:mockito-core:1.8.5'
19
0 commit comments