Lift 1.0.2, 1.1-M6 and 1.1-SNAPSHOT are all Scala 2.7.5. 2.7.5 is the latest stable release of Scala. If you want to use a 2.7.4 or 2.7.6 compiled library, it should work (the changes across 2.7.4-2.7.6 do not trigger any of the trait inheritance problems.)
You can consult your library for what version of Scala it uses. IntelliJ 8.1.x uses a 2.7.4-2.7.6 compatible version of Scala and will work (as will NetBeans) for Lift-related development. On Mon, Oct 26, 2009 at 8:14 AM, bob <[email protected]> wrote: > > is there a list of Lift-compatible versions of software? i'm still > struggling with actual (from maven) or rumored (from private > conversations) incompatibilities among scala, lift, IntelliJ, IntelliJ > scala plugin, Databinder Dispatch. and the best the maven plug-in > seems to be able do is tell me about that it has detected multiple > versions of scala. > > > -- Lift, the simply functional web framework http://liftweb.net Beginning Scala http://www.apress.com/book/view/1430219890 Follow me: http://twitter.com/dpp Surf the harmonics --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
