Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sbt

duplicate package objects in main and test

scala sbt

SBT - Class not found, continuing with a stub

Build a Scala package dependency graph

sbt corrupts terminal display

macos scala terminal sbt

Lagom ConductR connection refused error

scala sbt lagom

sbt not able to connect to private artifactory repository

scala sbt artifactory

How do I share my lib folder in subprojects of Simple Build Tool

scala sbt

How to find out which files have changed using Sbt

sbt watch

Creating an Akka fat Jar

Where is the documentation for Play sbt-plugin (Build.scala)?

scala build playframework sbt

sbt test-only not picking up jvm option when forking a jvm for tests

scala sbt

Starting Scala application in SBT for integration test

How to share application.conf file between subprojects?

java playframework-2.0 sbt

SBT plugin dependency resolution fails with com.typesafe.play#sbt-plugin;2.2.1: not found

playframework sbt

How do you exclude conf folder in sbt dist task

sbt sbt-native-packager

Exclude test dependency resolution from `sbt compile`

scala sbt ivy

How to avoid adding a 'root' scala sbt project in IntelliJ when defining github dependencies?

scala github intellij-idea sbt

sbt fails with java.lang.NoClassDefFoundError: sbt/ConsoleOut$

scala ubuntu sbt

Make Compile Fail on Non-Exhaustive Match in SBT

scala pattern-matching sbt