Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sbt

Having sbt to re-run on file changes - The `~ compile` equivalent for `run`

scala sbt

What files to check into source control for sbt/activator project?

sbt typesafe-activator

How to do Slick configuration via application.conf from within custom sbt task?

scala sbt slick

How do you compose tasks in sbt?

scala sbt

Adding a library dependency via an sbt plugin - per sub-project

sbt scalac

What is the difference between "container" and "provided" in SBT dependencies?

scala sbt xsbt-web-plugin

How do I run a Play Framework 2.1 project in IntelliJ?

Scala incompatibility with Java 9 - java.lang.NoClassDefFoundError

java scala sbt java-9

Why does running tests through jenkins user on build slave fail with Missing scala-library.jar?

scala jenkins sbt scala-2.11

sbt web plugin: Not a valid key: jetty-run (similar: jetty-port, jetty-context, run)

scala sbt xsbt-web-plugin

Change war file name in sbt 11.2

scala sbt

How should one start on creating a sbt plugin?

plugins sbt scala-2.9

How to use Quasar with Scala under sbt?

scala sbt quasar

How to create a task that prints command line arguments?

scala sbt

sbt idiomatic way to add settings

scala sbt

How do I create an sbt task to generate code, then include these generated managed sources in my root project?

scala sbt

Create assembly jar that contains all tests in SBT project+subprojects

Auth fail when running `sbt new`

sbt giter8

sbt test fails due to "Forked test harness failed"

scala sbt

Run tests in broken project using SBT

scala sbt