stevedlawrence opened a new issue, #34:
URL: https://github.com/apache/daffodil-sbt/issues/34

   It's a bit of a pain to have to update scalaVersion for all projects 
everytime a new scala version comes out. Some possible options:
   
   1. Modify the plugin to provide the `scalaVersion` setting. We could have a 
lookup table to set it to the version of scala that version of daffodil used.
   2. Maybe we can set `autoScalaLibrary := false`. That *should* prevent SBT 
from adding scala as a dependency and possibly ignore `scalaVersion`. But maybe 
it still uses `scalaVersion` to know which version of scala to compile any 
scala files. Ideally it would get that from the Daffodil transitive dependency 
to scala, but I'm not sure it does. Something to investigate.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to