Top "Sbt" questions

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

How to change Scala version for sbt project?

How can I change Scala version in a sbt project? I would like SBT to check whether the system's Scala …

scala sbt
SBT stop run without exiting

How do you terminate a run in SBT without exiting? I'm trying CTRL+C but it exits SBT. Is there …

scala sbt terminate
SBT doesn't find file in local maven repository although it's there

I'm having problems with a maven dependency which is in my local respository. SBT can't find it. Already set log …

scala maven sbt
Enforcing Java version for Scala project in sbt?

My scala application will only run with Java 7 as it depends on libraries that only appeared in that version of …

java scala sbt
What's the reason for "Error:Cannot determine Java VM executable in selected JDK"?

I am using IntelliJ IDEA 13.1.4 and also tried the latest release 14. Running SBT I get the following error: Error:Cannot …

intellij-idea sbt
SBT: Start a command line 'run' of the main class of a non-default project

I am starting to use sbt build my Scala code (and handle dependencies). As far as I know if I …

scala sbt
IntelliJ 14 - Create / Import a Scala / SBT project

IntelliJ 14 supports (in theory) SBT / Scala projects through the Scala plugin, which is still available in the official repo. According …

scala intellij-idea sbt intellij-14
IntelliJ Cannot Import sbt Project

I have upgraded IntelliJ to version CE 2017.3 from a CE 2017.2.5, and now I cannot build my sbt project. The build …

scala intellij-idea import sbt
Intellij compile failures: "is already defined as"

I've got a scala project that compiles, runs and tests fine when using SBT from the command line. However, when …

scala intellij-idea sbt
Unresolved dependency SBT 0.13.0 after update

Update SBT to 0.13.0: I have a couple of projects written with Scala 2.10.2 and build with sbt 0.12.4. As my OS is …

scala configuration build sbt ivy