mbeckerle commented on code in PR #1237: URL: https://github.com/apache/daffodil/pull/1237#discussion_r1604001189
########## build.sbt: ########## @@ -17,7 +17,8 @@ import scala.collection.immutable.ListSet -import sbtcc._ +import Dependencies.genjavadoc +import sbtcc.* Review Comment: Tools are suggesting * now. I think scala 3 preferred style is * not _ for several things _ was being used for. Scala 2 did have far too many overloads of things on the _ character. -- 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]
