benhutchison / ScalaSwingContrib

Collection of community contributions to Scala Swing
21 stars 9 forks source link

Release for 2.11 #9

Closed kenbot closed 10 years ago

kenbot commented 10 years ago

We should release a version for 2.11. Do we have crossbuilds, with scalaswingcontrib_2.10.4, scalaswingcontrib_2.11.0 and this kind of thing? It might be a thing to consider if not.

benhutchison commented 10 years ago

agreed. Not sure of the cross-build details, but Im happy to take this on this week, i'll ping you if I need some hlep

benhutchison commented 10 years ago

Turns out they changed the maven ID of Scala Swing in 2.11 (org.scala-lang.modules). Grrr. Makes it harder to cross build between 2.10 and 2.11, since the dependencies needed differ. Thinking of just releasing a 1.6 version that's built against just 2.11.

Sciss commented 10 years ago

Here is how you can define the cross build swing dependency: https://github.com/Sciss/TreeTable/blob/master/project/Build.scala#L37

benhutchison commented 10 years ago

Thanks for tip Sciss. 2.11 release done.