Top "Sbt" questions

sbt is an open source build tool for Scala and Java projects, similar to Java's Maven or Ant.

How to set main class in build?

Upon sbt run I have multiple choices of main class. I would like to set a main class so I've …

sbt
stuck at "Getting org.scala-sbt sbt 0.13.6 ..." when running sbt in terminal

Similar problem with How to use sbt behind authenticated proxy?. I tried with the given answer and problem still there. …

java sbt
IntelliJ IDEA: Cannot import SBT project

I'm completely new to development using Play or IntelliJ for that matter. I've created a simple HelloWorld application using Activator, …

scala intellij-idea sbt intellij-plugin
how do I get sbt to use a local maven proxy repository (Nexus)?

I've got an sbt (Scala) project that currently pulls artifacts from the web. We'd like to move towards a corporate-standardized …

scala maven ivy nexus sbt
build.sbt: how to add spark dependencies

Hello I am trying to download spark-core, spark-streaming, twitter4j, and spark-streaming-twitter in the build.sbt file below: name := "hello" …

scala apache-spark sbt spark-streaming
Pros and cons of using sbt vs maven in Scala project

Which build tool is the best for Scala? What are the pros and cons of each of them? How to …

scala maven sbt
comparing sbt and Gradle

I am diving into Scala and noticed sbt. I have been quite happy with Gradle in java/groovy projects, and …

scala sbt gradle
How to configure Ivy cache directory per-user or system-wide?

I am using SBT as my build tool for building a Scala project. My problem is, I can't configure SBT …

scala sbt ivy
How to access a secured Nexus with sbt?

I'm trying to access a Nexus repository manager which requires some basic authentication. Everything works fine from Maven2 but when …

sbt ivy nexus
How to exclude commons-logging from a scala/sbt/slf4j project?

My scala/sbt project uses grizzled-slf4j and logback. A third-party dependency uses Apache Commons Logging. With Java/Maven, I …

scala sbt slf4j