Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sbt

How to add a github java dependency in sbt config?

scala github sbt

sbt cannot find the scripted-sbt dependency

sbt

How do I make sbt use the scala binaries from $SCALA_HOME directory?

scala sbt

Unzipping an artifact with SBT

sbt

Scala SBT build multi module project to runnable jars

scala sbt

Getting project's source files in custom task in sbt 0.11

scala sbt

Add an extra lib folder dependency to build sbt in a lift project

scala sbt lift

How to mavenize a Scala / Akka / Play project?

sbt submit gives "not a valid command" error

scala sbt

How to use sbt native packager with subprojects (sbt 0.13)

sbt sbt-native-packager

How to add scalax.io as dependency in SBT?

sbt

Adding HornetQ dependency in SBT gives resolution failure for hornetq-native.${native-package-type}

maven sbt hornetq

How to exclude unnecessary unmanaged dependencies from packaging?

scala playframework-2.0 sbt

sbt-assembly: skip specific test

sbt sbt-assembly

How can I turn off color codes when running Play commands?

How to display entire stack trace for thrown exceptions from ScalaCheck tests?

scala sbt scalacheck

How to set up SBT build to return zero exit code on test failure for Jenkins?

jenkins sbt scalatest specs2

Scala on IntelliJ with Git: How should the .gitignore look like?

How to use scala 2.10 trunk with sbt 0.11.0? (Unresolved dependencies)

scala sbt scala-2.10

What's the Scala + sbt workflow equivalent of Ruby + Bundler with a Gemfile?