-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release a version for Scala 2.10.0 #2
Comments
I found these problem by trying to compile with 2.10: [error] /Users/acozzi/Documents/workspace/scoobi/src/main/scala/com/nicta/scoobi/impl/plan/comp/GraphNodes.scala:81: value foldMap is not a member of scala.collection.immutable.Vector[GraphNodes.this.T] |
I made the bare minimum changes required to get the project to compile under Scala 2.10. Pull request here: #4 |
Thanks charith-qubit, I've published 0.0.3, which supports Scala 2.10. |
Thanks guys! |
Hi, can you please publish a version for Scala 2.10?
Thanks.
The text was updated successfully, but these errors were encountered: