Questions tagged as 'sbt'

1
answer

How to use SBT 0.12 and 0.13 at the same time?

I have SBT 0.12 installed on my computer, with several global plugins, but I have seen several projects that are already using SBT 0.13 . How can I make both on my machine at the same time, without conflicts?     
asked by 11.12.2013 / 20:33
0
answers

How to add dependencies in build.sbt so that they are available in the modules?

I'm starting to use SBT for scala projects and would like to create a project like: APP ...Module1 ...Module2 ...Module3 ... build.sbt I would like to know how to make dependencies in build.sbt so that they are also used in modules....
asked by 31.07.2016 / 19:31
1
answer

PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target url

Hello, I'm trying to compile my project using sbt , but it causes an SSL error: ServeraccessError:sun.security.validator.ValidatorException:PKIXpathbuildingfailed:sun.security.provider.certpath.SunCertPathBuilderException:unabletofindval...
asked by 11.01.2018 / 18:44