Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sbt

Is sbt.boot.properties used in sbt 0.10+?

scala sbt

What's the proper setup of sbt-idea with sbt 0.11?

sbt sbt-idea

How to make custom task avoid redoing work if the input files are unchanged?

scala sbt

How do I disable logging for a specific dependency in SBT?

scala sbt slf4j logback slick

SBT runs out of memory

Simple scalatest project won't be compiled

scala sbt

How to redirect console output of command to a file?

sbt

Differences and similarities between Tasks and Commands in SBT

scala sbt

sbt: cross-publish from build.sbt

scala sbt

Use javaOptions from build.sbt during runtime

playframework sbt

How much of a jar file gets loaded into the memory

"Error during sbt execution: No Scala version specified or detected" with SBT from Homebrew

scala sbt homebrew

How can I solve conflicting cross version suffixes in SBT?

Speeding up SBT-assembly

How to test sbt resolvers

scala sbt

Run sbt project in debug mode with a custom configuration

scala sbt

Linking to sources from scaladoc?

scala sbt

SBT 0.13 taskKey macro doesn't work with [Unit]?

scala sbt

How to change location of .activator .sbt .ivy folders in Play 2.3?

How to run sbt tests for debugging when debug is disabled by default?

scala debugging sbt