While installing sbt I am encountering these errors
E: Malformed entry 1 in list file /etc/apt/sources.list.d/sbt.list (Suite)
E: The list of sources could not be read.
I opened sbt.list
it has these two lines:
deb http://dl.bintray.com/sbt/debian/
deb http://dl.bintray.com/sbt/debian/
It is missing distribution and component details. How should I alter it to fix the problem?