Skip to content

Commit

Permalink
Scala 2.10.+
Browse files Browse the repository at this point in the history
Our internal build system should be capable of picking up the latest now (2.10.2) so reverting the pinning I did earlier.
  • Loading branch information
benjchristensen committed Sep 3, 2013
1 parent 3589caf commit ccf53e8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions language-adaptors/rxjava-scala/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ sourceSets {
}

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

compile project(':rxjava-core')

Expand Down

0 comments on commit ccf53e8

Please sign in to comment.