stevedlawrence commented on issue #34: URL: https://github.com/apache/daffodil-sbt/issues/34#issuecomment-2175998125
Note that option 2 doesn't prevent the need to specify `scalaVersion`, since it is still needed to tell SBT which version of scala to use for compiling *.scala files. And if `scalaVersion` is not given then SBT just picks a default (which seems to be the latest 2.12.* available at the time of release). This plugin probably could (and maybe should?) set `autoScalaVersion := false` and rely on Daffodil to pull in the scala dependency it was built with so tests use the expected version of Scala, but we still need a `scalaVersion` to specify what scala version to use to compile scala files local to a schema project. -- 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]
