Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sbt

how do I get sbt to gather all the jar files my code depends on into one place?

scala jar sbt

How to disable ScalaDoc generation in dist task in Play 2.2.x (using project/build.scala)?

How to configure Ivy cache directory per-user or system-wide?

scala sbt ivy

How can I skip tests in an SBT build?

scala sbt

How to change Scala version for sbt project?

scala sbt

How to work efficiently with SBT, Spark and "provided" dependencies?

How to define maven test-jar dependency in sbt

scala sbt

Exception in Intellij's SBT Console: not found: value ideaPort ideaPort in Global := 49516

scala intellij-idea sbt

How to disable package and publish tasks for root aggregate module in multi-module build?

scala sbt

How to execute tests that match a regular expression only?

scala sbt

How to support multiple Scala versions in a library

scala maven maven-plugin sbt

How to see all the warnings in SBT 0.11?

scala warnings sbt

build.sbt: how to add spark dependencies

Compilation failed: error while loading AnnotatedElement, ConcurrentMap, CharSequence from Java 8 under Scala 2.10?

scala sbt

How to add "provided" dependencies back to run/test tasks' classpath?

scala sbt sbt-assembly

Strange sbt bug where I cannot import sbt project due to keys colliding with themselves

java scala intellij-idea sbt

Create Simple Project SBT 0.10.X

scala sbt

What is the difference between ThisBuild and Global scopes?

sbt

Best practices for IntelliJ IDEA 9 + Maven + Version control

Use SBT To Build Pure Java Project

java build sbt