Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sbt

Add tools.jar in the classpath of sbt project

Trouble building a simple SparkSQL application

sbt apache-spark

How can I add unmanaged JARs in sbt-assembly to the final fat JAR?

scala sbt sbt-assembly

How to make a jar file from scala

scala jar sbt

How to update SBT version using homebrew?

scala sbt homebrew

Scala / Slick, "Timeout after 20000ms of waiting for a connection" error

mysql scala sbt slick hikaricp

(SBT) How to disable default resolver and only use the company internal resolver?

scala sbt nexus artifactory

Getting the value of a SettingKey[T]

scala sbt

Tell SBT to collect all my dependencies together

scala sbt

How to get full stacktrace in SBT 0.10.0?

scala sbt

How do you share classes between test configurations using SBT

scala sbt

How to attach custom task to execute before the test task in sbt?

playframework sbt

Trying to cross compile a project to Scala 2.11 fails with "error while loading Object, Missing dependency 'object scala in compiler mirror'"

How to overwrite local stable version artifacts using publishLocal?

sbt

Setting system properties with "sbt run"

sbt

Can I code in Dotty in German (or at all) in IntelliJ?

scala intellij-idea sbt dotty

How can I call another task from my SBT task?

scala task sbt

Use cases for different sbt Key operators

Why do we need to add "fork in run := true" when running Spark SBT application?

scala apache-spark sbt

What does sbt-native-packager's docker:publishLocal do?