Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sbt

SBT: view class file summary during compilation?

HTML minification in sbt build for Playframework

playframework sbt ivy minify

How can I use Eclipse to debug tests driven by sbt?

eclipse scala sbt scala-ide

Build-automation - sbt: Compile/Test against multiple dependencies

Extremely slow compile time with SBT auto-reload using play! and scala-js

scala playframework sbt

How to add test-scoped artifacts of sbt project to another's test classpath?

sbt

How to fail build on low test coverage with activator / sbt?

How to include test classes and test dependencies in sbt asssembly

scala sbt sbt-assembly

SBT plugins not using custom resolvers

scala sbt

SBT: Slow resolution and failures when doing builds within Docker containers

scala playframework docker sbt

Why do implicits which are defined in a separate trait after the usage result in a compile error?

scala sbt

How SBT test task manages class path and how to correctly start a Java process from SBT test

Using macro-paradise and cross-compiling with 2.12/2.13

sbt

SBT multiproject setup where a subproject's build files depend on unmanaged JARs

scala sbt build-system

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