Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sbt

Scaladoc fails to generate links for inner classes in method and class signatures

How to combine crossProject and dependsOn

sbt scala.js

Server access Error: java.security.cert.CertificateException: No subject alternative DNS name matching repo1.maven.org found

maven sbt

Merge Strategy in sbt assembly and missing application loader

Spark can't find the application class itself (ClassNotFoundException) in spark-submit with SBT assembly JAR

How to create jigsaw module in SBT?

What is the difference between adding a dependency via libraryDependencies versus an sbt plugin?

scala sbt

Why is sbt quitting when using fish?

scala sbt fish

Scala SBT: scala.tools.nsc isn't running

scala sbt

How can one define an external "builder tool" for Dart using sbt/play 2.0?

playframework sbt dart

Copying files using SBT

sbt

Setting up Akka with Eclipse

eclipse scala sbt akka

Including Hyperic Sigar library within jar while using sbt assembly for Scala project

scala sbt sbt-assembly

sbt-assembly installation

scala sbt sbt-assembly

How to develop with akka and sbt?

scala sbt akka

sbt 0.13 task macro equivalent of flatMap

scala sbt

Can't import with IntelliJ SBT console

Why does sbt report missing libraries for Scala 2.10.2 (since Aug, 1th)?

SBT Assembly - Deduplicate error & Exclude error

scala sbt sbt-assembly

Howto create a .jar including both sources (.java and .scala) and classes with sbt?

scala class jar sbt