Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in sbt

How to resolve a non-jar (dll/jnilib) library dependencies in sbt?

scala sbt

SBT: Cannot publish to Apache Archiva

scala maven sbt archiva

Have sbt put javadocs and sources of dependencies on the class path

scala resources classpath sbt

How to add custom lines to MANIFEST.MF?

sbt manifest.mf

Why does sbt throw "value enablePlugins is not a member of sbt.Project" exception?

sbt

How to set settings for a subproject in sbt shell (without using project command)?

scala sbt

How is that .value can be called on a SettingKey or TaskKey?

scala sbt

SBT: How to run an annotation processing plugin

scala jpa sbt querydsl

How to not watch a file for changes in Play Framework

SecureSocial unresolved dependency playframework

Should sbt-assembly perform a "maven-shade-plugin"-like relocation of classes?

sbt sbt-assembly

Cannot get uTest to see my tests

scala sbt scala.js

Activator throws IllegalArgumentException: URI has an authority component

Why when I unit test do I get coverage points with `final lazy val` but not `final val`?

java scala sbt scalatest

How to use Slick code generator to include database views as well?

Where should the META-INF/services be in sbt

scala sbt

Invoking a subproject's main with a custom task

sbt

Intertwined dependencies between sbt plugin and projects within multi-project build that uses the plugin itself

scala plugins sbt

How to prevent SBT from resolving the same dependencies for different projects

scala build sbt

Scaladoc: @group tag not showing in API documentation

scala sbt scaladoc