Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sbt

SBT: Dependency On Other SBT Project Without Publishing

scala build-automation sbt

Using Typesafe Config's ConfigFactory to set key setting in build.sbt?

scala sbt

Unresolved dependency: org.scala-sbt#sbt;0.13: not found when running sbt 0.13?

scala sbt

Installing sbteclipse

eclipse scala sbt sbteclipse

How to have SBT subproject with multiple Scala versions?

scala sbt sbt-0.13 cross-build

Is there a way to include math formulae in Scaladoc?

scala latex sbt mathml scaladoc

Sequencing and overriding tasks in SBT

SBT integration test setup

How to run sbt-assembly tasks from within IntelliJ IDEA?

sbt 0.12.4 - there were x feature warning(s); re-run with -feature for details

scala sbt scalac

SBT: Exclude class from Jar

scala sbt

How do I publish a fat JAR (JAR with dependencies) using sbt and sbt-release?

How to stop Intellij from creating src/main/java and src/main/scala-x folders?

scala intellij-idea sbt

How to inform SBT to consume specific scala version for plugins?

scala sbt

What are the default repositories that SBT uses?

scala sbt

Simple way to add jar URL as dependency in sbt

jar dependencies sbt

How to generate sources in an sbt plugin?

scala sbt

Run ScalaTest tests in parallel

scala sbt scalatest

How to exclude resources during packaging with SBT but not during testing

scala sbt

Include Dependencies in JAR using SBT package

scala sbt