mbeckerle commented on code in PR #1237: URL: https://github.com/apache/daffodil/pull/1237#discussion_r1603895502
########## project/Dependencies.scala: ########## @@ -15,7 +15,9 @@ * limitations under the License. */ -import sbt._ +import sbt.* +import sbt.Def +import sbtunidoc.GenJavadocPlugin.autoImport.unidocGenjavadocVersion Review Comment: Well I get clear errors if I don't have the import of unidocGenjavadocVersion. It has no type information for that object otherwise. -- 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]
