Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sbt

How to fix the SBT crash: java.lang.NumberFormatException: For input string: "0x100"?

linux scala ubuntu crash sbt

Clean up Play-framework based project

java scala playframework sbt

Profiling sbt builds

scala sbt

sbt compilation causes stackoverflow error

scala sbt stack-overflow

Specific syntax to scope library dependencies in SBT?

scala sbt

IntelliJ keep asking for "Setup Scala SDK" after every synch with the repository

scala intellij-idea sbt

How do I get color coded console output from SBT on Windows?

windows scala sbt

Can I avoid compiling sources twice when running play2 and eclipse?

Clean solution for dropping into REPL console in the middle of program execution

scala sbt scala-2.10

Play Framework as SBT Non-Root Module

How to make a sbt task use a specific configuration scope?

scala build scope sbt

How to know available commands (=named operations) in sbt

sbt

Why are SBT projects declared as lazy vals?

sbt

Automatically update sbt dependencies to latest version

scala sbt

Where is the default logging file in Scala's SBT?

scala sbt

sbt-assembly: how to link dependencies jar with main jar?

scala sbt sbt-assembly

What are the Scala version-specific source directories in sbt?

scala sbt

How to fork the jvm for each test in sbt

scala sbt

How to exclude java source files in doc task?

scala sbt scaladoc