Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sbt

How to disable "Slow" tagged Scalatests by default, allow execution with option?

sbt-assembly : including test classes

scala sbt sbt-assembly

Running Kotlin Code on SBT / Play Framework?

sbt to exclude source directory

scala sbt

Why it took so long to download sbt dependencies when I create a scala project in intellij idea?

scala intellij-idea sbt

IDEA cannot re-import sbt project

intellij-idea sbt

download a zip from url and extract it in resource using SBT

scala sbt

SBT Publish only when version does not exist

scala sbt ivy nexus

Jenkins 2.0: Running SBT in a docker container

Compile tests with SBT and package them to be run later

Why do Scala 2.11 and Spark with scallop lead to "java.lang.NoSuchMethodError: scala.reflect.api.JavaUniverse.runtimeMirror"?

scala apache-spark sbt

Why does sbt console not see packages from subproject in multi-module project?

scala sbt

Changing project layout in SBT 0.10.x

scala migration sbt

How to run a sbt-managed application project without sbt?

scala sbt

Play! framework: customize which tests are run

sbt publish local: Undefined resolver 'local'

scala sbt ivy

Scala Play framework: Duplicate mappings of compiled css files

How to make SBT not reporting compilation warnings for generated code?

scala sbt

Why does IDEA report errors for build.sbt in a new sbt project?

scala intellij-idea sbt

How to prevent sbt from running integration tests?

junit sbt scalatest