You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/04/26 16:33:31 UTC

[GitHub] [tvm] Mousius commented on a change in pull request #7926: Use new SBT Debian Repo before bintray is shutdown

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:
users@infra.apache.org