MyNixOS website logo

A list of plugins to place in the sbt configuration directory.

Declarations
Type
list of (submodule)
Default
[ ]
Example
[
  {
    org = "net.virtual-void";
    artifact = "sbt-dependency-graph";
    version = "0.10.0-RC1";
  }
  {
    org = "com.dwijnand";
    artifact = "sbt-project-graph";
    version = "0.4.0";
  }
]