Attempting to follow the examples in the O'Reilly "Programming Scala" book. Downloaded then installed sbt with: brew install sbt@1 Appears to have succeeded. Upon then typing "sbt" or "sbt -v" at the command line (bash on Mac) I get:
::::::::::::::::::::::::::::::::::::::::::::::
:: UNRESOLVED DEPENDENCIES ::
::::::::::::::::::::::::::::::::::::::::::::::
:: com.eed3si9n#sjson-new-scalajson_2.12;0.8.2: not found
::::::::::::::::::::::::::::::::::::::::::::::
:::: ERRORS Server access Error: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target url=https://repo1.maven.org/maven2/com/eed3si9n/sjson-new-scalajson_2.12/0.8.2/sjson-new-scalajson_2.12-0.8.2.pom ... followed by numerous similar "Server access Error: PKIX path building failed:" messages.
Any suggestions welcome.
Glen