Top "Sbt" questions

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

How to attach sources to SBT managed dependencies in Scala IDE?

I'm using Scala IDE 2.0.1 and SBT 0.11.2 to start with Akka 2.0.1. My build.sbt looks like this: name := "akka" version := "0.1" scalaVersion := "2.9.2" …

scala sbt ivy scala-ide ivyde
SBT Test Error: java.lang.NoSuchMethodError: net.jpountz.lz4.LZ4BlockInputStream

Getting Below exception , when i tried to perform unit tests for my spark streaming code on SBT windows using scalatest. …

scala apache-spark sbt spark-streaming scalatest
How to make "test" classes available in the "it" (integration test) configuration?

I would like to share a helper trait between my "test" and "it" configurations in SBT, but I have not …

sbt
waiting for lock on .ivy2

I am using activator for cloning a project. I made eclipse.sbt to prepare project to import to Eclipse. after …

sbt ivy typesafe-activator
Setting environment variables when running Scala / SBT test suite

I've created a Config object with a get method to return different strings based on the PROJECT_ENV environment variable. …

scala sbt scalatest
Cannot Resolve Symbol "Scalatest"

I am trying to use scalatest, but Intellij cannot recognize: import org.scalatest._ Here is my build.sbt file, located …

scala sbt scalatest
Redirect stdout from SBT run to file

Inspired by the examples on the SBT github page, I'm trying to redirect the stdout produced from a run in …

sbt io-redirection
Change output directory of sbt

I want to change my output directory for some generated files, in this case generated objects from an XSD-Schema. Here …

scala playframework sbt playframework-2.1 scalaxb
How exactly do I use Metals and VS Code Debugger?

Metals announced that "It is now possible to run and test directly from VS Code using the new "Run", "Test", "…

scala visual-studio-code sbt scala-metals
How to see all the warnings in SBT 0.11?

I get notified about "unchecked" warnings when I compile my Scala project with SBT 0.11, but I can't see the warnings …

scala warnings sbt