Mousius commented on a change in pull request #7926: URL: https://github.com/apache/tvm/pull/7926#discussion_r620461475
########## File path: docker/install/ubuntu_install_sbt.sh ########## @@ -25,7 +25,7 @@ set -o pipefail apt-get update && apt-get install -y apt-transport-https # Install the necessary dependencies for sbt -echo "deb https://dl.bintray.com/sbt/debian /" | tee -a /etc/apt/sources.list.d/sbt.list +echo "deb https://repo.scala-sbt.org/scalasbt/debian /" | tee -a /etc/apt/sources.list.d/sbt.list Review comment: Not a problem, thanks for pointing it out :smile_cat: -- 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]
