stevedlawrence commented on code in PR #891: URL: https://github.com/apache/daffodil/pull/891#discussion_r1050034841
########## BUILD.md: ########## @@ -19,15 +19,15 @@ Daffodil's build requirements include: -* JDK 8 or higher -* SBT 0.13.8 or higher +* Java 8 or higher +* sbt 0.13.8 or higher Review Comment: I believe that version of sbt (or thereabouts) added the ability to use the version of sbt defined in project/build.properties. So as long as a user has that version or newer, it should work and download the correct version we actually build and test with. That said, 0.13 is really old, so if we want to bump it to something more modern that doesn't seem unreasonable. -- 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]
