Most voted "sbt" questions
sbt is a compilation tool for Scala, Java and more.
Learn more…4 questions
Sort by count of
-
7
votes1
answer112
viewsHow to use SBT 0.12 and 0.13 at the same time?
I have the SBT 0.12 installed on my computer, with several plugins but I have seen several projects that are already using the SBT 0.13. How can I have you both on my machine at the same time,…
sbtasked 10 years, 11 months ago Daniel C. Sobral 2,050 -
3
votes1
answer17224
viewsPKIX 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 the sbt, but causes an SSL error: Server access Error: sun.security.validator.ValidatorException: PKIX path building failed:…
-
2
votes1
answer51
viewsHow to add dependencies in build.sbt so that they are available in modules?
I am starting to use SBT for scala projects and would like to create a project like: APP ...Module1 ...Module2 ...Module3 ... build.sbt would like to know how to build.sbt dependencies so that they…
-
0
votes0
answers17
viewsUsing an Azure devops feed to be able to consume artifacts from it in a Scala sbt Java project
I would like to know how to consume articafts from an Azure devops Maven project feed in a Scala SBT application. I’ve done a lot of research, but I can’t find an answer. We can open a discussion to…