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?
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....
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...