Top "Sbt" questions

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

Conflicting cross-version suffixes (sbt, Scala-STM, Play-JSON)

I am using a JSON extension which relies on Mandubian's play-json 2.2-SNAPSHOT. Everything worked fine until now I have a …

scala sbt dependency-management
Can't find SBT-shell in IntelliJ IDEA

Facing some issue with the build, I deleted the project and .idea directories of my SBT project (containing submodules) followed …

scala intellij-idea sbt sbt-plugin
SBT project refresh failed [IntelliJ, Scala, SBT]

Whenever I try to enable auto-import in IntelliJ it always gives me this error: SBT 'Example' project refresh failed Error …

scala intellij-idea sbt intellij-plugin
How to override the dependency of an sbt plugin?

I've written an sbt plugin called sbt-jumi which implements sbt integration for Jumi. Right now the sbt-jumi plugin depends on …

plugins sbt dependency-management
How can I enable remote debugging for SBT in windows?

I would like to accomplish running the equivalent of this sbt -jvm-debug 5005 However I don't seem to be able to …

scala intellij-idea sbt remote-debugging
Play 2.2.2 with IntelliJ 13 & SBT 0.13 cant run - No main class detected

I'm trying to run one of the type safe activator projects in IntelliJ 13.1 with the latest Play 2 and Scala plugins. …

scala intellij-idea playframework-2.0 sbt sbt-idea
Why can't SBT find the Play 2.1 plugin?

In my plugins.sbt file, I have scalaVersion := "2.10.0" resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/" addSbtPlugin("play" % "…

sbt playframework-2.1
"Repository for publishing is not specified" despite publishing succeeding

I have a separate Settings.scala file in my large SBT project which has the following: lazy val commonSettings = Seq( // ... …

scala sbt nexus
Run SBT Task from Eclipse

I am using SBT as a build manager, and Eclipse as my IDE, or at least I want to. The …

eclipse scala plugins sbt scala-ide
How to install sbt-idea and use gen-idea

I have downloaded and installed sbt and plugin for gen-idea. But the built projects can not be run on idea. …

scala intellij-idea sbt sbt-idea