eed3si9n commented on a change in pull request #7926:
URL: https://github.com/apache/tvm/pull/7926#discussion_r620451752



##########
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:
       ```suggestion
   echo "deb https://repo.scala-sbt.org/scalasbt/debian all main" | tee 
/etc/apt/sources.list.d/sbt.list
   echo "deb https://repo.scala-sbt.org/scalasbt/debian /" | tee 
/etc/apt/sources.list.d/sbt_old.list
   ```
   




-- 
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]


Reply via email to