Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sbt

How to reference external sbt project from another sbt project?

scala sbt

How can I get complete stacktraces for exceptions thrown in tests when using sbt and testng?

scala testng sbt scalatest slf4j

How to fix sbt reporting "Error wrapping InputStream in GZIPInputStream: java.io.EOFException"?

sbt sbt-assembly

How to have Eclipse recognize dependencies from SBT

eclipse scala sbt sbteclipse

How can colored terminal output be disabled for sbt/play?

scala playframework sbt

Install sbt on ubuntu [closed]

How to publish jar to local repository?

sbt

Can I access my Scala app's name and version (as set in SBT) from code?

scala sbt sbt-buildinfo

What's recommended .gitignore for Scala/sbt project in IntelliJ IDEA?

git scala intellij-idea sbt

How do you remove the _<scala-version> postfix from artifacts built+published with simple-build-tool?

scala sbt

SBT compilation for play framework 2.x disabled by default

SBT: Start a command line 'run' of the main class of a non-default project

scala sbt

sbt: How can I add a local filesystem jar to my project?

jar repository sbt

Enforcing Java version for Scala project in sbt?

java scala sbt

IntelliJ Cannot Import sbt Project

scala intellij-idea import sbt

how do I get sbt to use a local maven proxy repository (Nexus)?

scala maven ivy nexus sbt

SBT doesn't find file in local maven repository although it's there

scala maven sbt

How to set main class in build?

sbt

How to prevent java.lang.OutOfMemoryError: PermGen space at Scala compilation?

How to manage multiple interdependent modules with SBT and IntelliJ IDEA?