Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

how to set main class in SBT 0.13 project

scala sbt

Intellij compile failures: "is already defined as"

scala intellij-idea sbt

SBT Error: "Failed to construct terminal; falling back to unsupported..."

sbt

An easy way to get rid of *everything* generated by SBT?

scala sbt

SBT Test-Dependencies in Multiprojects: Make the Test-Code Available to Dependent Projects

scala testing sbt