stevedlawrence commented on a change in pull request #348: Update Container for 2.6.0 Release URL: https://github.com/apache/incubator-daffodil/pull/348#discussion_r403380015
########## File path: containers/release-candidate/setup-container.sh ########## @@ -34,7 +34,7 @@ rm wix311-binaries.zip # enable sbt pgp mkdir -p /root/.sbt/1.0/plugins/ -sh -c "echo 'addSbtPlugin(\"com.jsuereth\" % \"sbt-pgp\" % \"1.1.1\")' >> /root/.sbt/1.0/plugins/pgp.sbt" +sh -c "echo 'addSbtPlugin(\"com.jsuereth\" % \"sbt-pgp\" % \"2.0.0\")' >> /root/.sbt/1.0/plugins/pgp.sbt" Review comment: Looks like the latest version is actualy 2.0.1, sbt-pgp just hasn't updated their README. Probably worth updating to that version. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
