Published Ostrich 2.9.1 is broken
jrudolph opened this issue · 4 comments
It is broken and it never worked because it depends on a 2.8.1 version of twitter/scala-json. How is the 2.9.1 version built? I can't see anything in the sources? How did you manage to get the test run under those circumstances?
I'll help with the transition but first we need a 2.9.1 version of json. I added a pull request there twitter-archive/scala-json#1
Updating the dependencies seems to be enough to make the switch. However, I don't know how twitter is building its 2.9.1 version and how it relates to cross-built dependencies.
Any news on this? Ostrich is still unusable on 2.9.1 because of the broken dependency to twitter json_2.8.1. See http://maven.twttr.com/com/twitter/ostrich_2.9.1/4.10.5/ostrich_2.9.1-4.10.5.pom
It seems to be fixed in 4.10.6. I'm trying out Ostrich (Scala 2.9, sbt 11) and it works. http://maven.twttr.com/com/twitter/ostrich_2.9.1/4.10.6/ostrich_2.9.1-4.10.6.pom
Yes, this looks much better. I'll try it as well and report back.