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 3589caf commit ccf53e8Copy full SHA for ccf53e8
language-adaptors/rxjava-scala/build.gradle
@@ -21,8 +21,7 @@ sourceSets {
21
}
22
23
dependencies {
24
- // pinning to 2.10.1 as having issues with 2.10.2
25
- compile 'org.scala-lang:scala-library:2.10.1'
+ compile 'org.scala-lang:scala-library:2.10.+'
26
27
compile project(':rxjava-core')
28
0 commit comments