Skip to content

Commit a6c9bf9

Browse files
committed
Kotlin M6.2
1 parent caeaf58 commit a6c9bf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

language-adaptors/rxjava-kotlin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
}
55

66
dependencies {
7-
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:0.6.800'
7+
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:0.6.1673'
88
}
99
}
1010

@@ -13,7 +13,7 @@ apply plugin: 'osgi'
1313

1414
dependencies {
1515
compile project(':rxjava-core')
16-
compile 'org.jetbrains.kotlin:kotlin-stdlib:0.6.800'
16+
compile 'org.jetbrains.kotlin:kotlin-stdlib:0.6.1673'
1717
provided 'junit:junit-dep:4.10'
1818
provided 'org.mockito:mockito-core:1.8.5'
1919
}

0 commit comments

Comments
 (0)