vert-x / mod-lang-scala

Vert.x 2.x is deprecated - use instead
https://github.com/vert-x3/vertx-lang-scala
Apache License 2.0
77 stars 35 forks source link

Switch to SBT for building mod-lang-scala #159

Closed brendanator closed 10 years ago

brendanator commented 10 years ago

Now that Scala 2.11 has been released, it would be good to have a version of mod-lang-scala that supports it.

Given that Scala 2.10 code should compile in Scala 2.11 as long as there were no deprecation warnings it should be quite easy to produce this

galderz commented 10 years ago

The reason there's no 2.11 release yet is cos we're currently using Gradle as build tool which does not seem to have cross compilation support. So, it means that if you want to do a different Scala version release, you need a new version (and branch) altogether. We're evaluating all options.

galderz commented 10 years ago

FYI, I've created a forum thread on this topic: https://groups.google.com/forum/?fromgroups=#!topic/vertx/l1641jGqER4

galderz commented 10 years ago

Switching to SBT allows easier cross-compilation support, and hence having Scala 2.11 support.

galderz commented 10 years ago

@brendanator I released 1.0.1-RC2 a few days ago, but while testing the Scala 2.11 version, I encountered #171. I've fixed it and I'm in the process of release 1.0.1-RC3. I'll send a message to the vert.x group when a RC is ready for people to try.

brendanator commented 10 years ago

@galderz Awesome - this is great

galderz commented 10 years ago

Both 1.0.x and master are now using SBT. This is now complete.