stevedlawrence commented on code in PR #1237: URL: https://github.com/apache/daffodil/pull/1237#discussion_r1603982006
########## 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: Yep, you're right, I guess SBT *.scala files don't work like .sbt files. -- 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]
