sbt is an open source build tool for Scala and Java projects, similar to Java's Maven or Ant.
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-managementFacing some issue with the build, I deleted the project and .idea directories of my SBT project (containing submodules) followed …
scala intellij-idea sbt sbt-pluginWhenever 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-pluginI'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-managementI 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-debuggingI'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-ideaIn 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.1I have a separate Settings.scala file in my large SBT project which has the following: lazy val commonSettings = Seq( // ... …
scala sbt nexusI 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