stevedlawrence commented on issue #76: Allow Daffodil to build against Scala 
2.12
URL: https://github.com/apache/incubator-daffodil/pull/76#issuecomment-403498257
 
 
   I was imagining we we still support both 2.11 and 2.12 (e.g. we will publish 
both versions to maven), but default to 2.12 for development and the binary CLI 
release. If upgrading eclipse to 2.12, we can revert the eclipse config changes 
and document that eclipse users should run the following command to build the 
2.11 version libraries:
   ```
   sbt "++2.11.12" "updateClassifiers"
   ```
   The ++ command switches the default scala version so that updateClassifiers 
builds the 2.11 versions. Or we could change it so the default is still 2.11, 
but 2.12 is still supported. Both versions are tested in travis, so it probably 
doesn't really matter too much what the default is. Though, I imagine 2.11 is 
going to be EOLed at some point, so we should at least start thinking about 
making 2.12 the default.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to