pjfanning opened a new issue, #3806: URL: https://github.com/apache/texera/issues/3806
There are multiple build.sbt files instead of having 1 that defines the submodules. The key advantage of having 1 build.sbt is that you can better control the dependency versions. The current build.sbt versions often use the same dependencies but with different versions. It's also easier to maintain sbt - eg having just 1 build.properties file. https://github.com/apache/pekko-http is an example of an ASF project that uses sbt and that manages multiple modules within the one build.sbt. -- 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]
