Skip to content

Commit ccf53e8

Browse files
committedSep 3, 2013
Scala 2.10.+
Our internal build system should be capable of picking up the latest now (2.10.2) so reverting the pinning I did earlier.
1 parent 3589caf commit ccf53e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎language-adaptors/rxjava-scala/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ sourceSets {
2121
}
2222

2323
dependencies {
24-
// pinning to 2.10.1 as having issues with 2.10.2
25-
compile 'org.scala-lang:scala-library:2.10.1'
24+
compile 'org.scala-lang:scala-library:2.10.+'
2625

2726
compile project(':rxjava-core')
2827

0 commit comments

Comments
 (0)
Please sign in to comment.