When I try to use SBT some files cannot be downloaded with the following error:
Server access Error: sun.security.validator.ValidatorException: PKIX
On MacOS, I solved it by running the sbt command with sudo.
sbt
sudo