Unfortunately, we'll probably have to have different branches of Spark for different Scala versions, because there are also other libraries we depend on (e.g. Akka) that have separate versions for Scala 2.10. You can actually find a Scala 2.10 port of Spark in the scala-2.10 branch on GitHub.
Matei On Jul 16, 2013, at 1:33 PM, Cody Koeninger <[email protected]> wrote: > If you're looking at consolidating build systems, I'd ask to consider ease of > cross-publishing for different Scala versions. My instinct is that sbt will > be less troublesome in that regard (although as I understand it, the changes > to the repl may present a problem). > > We're needing to use 2.10 for a project, so I'd be happy to put in some work > on the issue.
