Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sbt

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

working directory in sbt

java file classpath sbt

sbt: suppressing logging prefix in stdout

scala logging sbt

How to test SBT plugins

sbt

How do I create a custom scala library using sbt?

scala sbt

Where to find sbt-assembly in artifacts repositories online?

sbt sbt-assembly

SBT xalan#serializer error in IntelliJ

Run SBT without installing it first

sbt

How to set up sbt on Windows to select a specific JDK (among available JDKs)?

windows scala sbt

How to format the sbt build files with scalariform automatically?

scala sbt scalariform

How to set different scalacOptions per Scala version when cross-compiling using Build.scala?

scala sbt cross-compiling