-
Notifications
You must be signed in to change notification settings - Fork 36
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
"com.github.scala-incubator.io" % "scala-io-core_2.10" % "0.4.1" is not binary compatible with scala 2.10 #77
Comments
To the best of my knowledge I compiled with 2.10. But I will take another look. Did you clear your sbt cache or maven of old scala-io 0.4.1 binaries and ivy information. I found that I had to do that to make it work. |
Then I removed
from my build and put freshly built scala-io-file_2.10.0-0.5.0-SNAPSHOT.jar & core into lib/ and everything went fine and dandy :) |
ok thanks for the update. I will look into this. |
Thanks for the quick response :) |
I just did this:
Could you see if this works for you because it works for me (and it uses scala 2.10.0). If it works for you... If that works then we need to make the example more complex. If you have an idea how to change the example code or build.sbt to make it fail that would be a great help. |
Will do when I get home :-)
|
Didn't get the chance to do this at home. However I did this at work and yes, it does work. I'll try sniffing around to see what causes problems on my side. |
Found it! The problem lies in typesafe repository. I have When I added it to your examples build.sbt, things broke with same error message. I guess a broken artifact lies around in typesafe repository. |
It is probably an old scala-arm binary in the typesafe repository. Good job! :) On Tue, Jan 8, 2013 at 11:08 AM, Artūras Šlajus [email protected]:
|
Can you remove it please ? ;) |
Sadly I don't have access to scala-arm binaries. I will talk to Josh On Tue, Jan 8, 2013 at 11:10 AM, Artūras Šlajus [email protected]:
|
Great. Thanks! As a workaround people can use
for now. |
@jesseeichar please publish new version for Scala 2.10 |
When running with scala 2.10.
The text was updated successfully, but these errors were encountered: