Hi folks, Using the lift-couchdb module, I noticed that the dispatch lift-json module lift-couchdb depends on has a dependency on the 1.1-M6 lift-json module. When using maven this isn't giving me any issues (the package is downloaded, but I guess the classpaths work out to my advantage) However, when I try to build my project in sbt, the compiler is picking up the 1.1-M6 lift-json module instead of 2.0-SNAPSHOT. This is causing compilation failures as I'm using some more recent additions to the lift-json module.
I imagine there's something I can add in sbt to make my build work, but in general it seems wrong to have a Lift module that leads to a dependency with older versions of Lift. Thanks, Justin Reardon -- You received this message because you are subscribed to the Google Groups "Lift" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/liftweb?hl=en.
