Packages

package sbt

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Value Members

  1. object IntegrationTestPackaging extends AutoPlugin
  2. object LibraryPlugin extends AutoPlugin

    Common settings for a library, Driver style.

  3. object LintPlugin extends AutoPlugin

    Enforces common formatting and catches compiler warnings.

  4. object ServicePlugin extends AutoPlugin

    Common settings to a service.

  5. object WorkspacePlugin extends AutoPlugin

    Enables using both source and binary dependencies for the same module, for faster development cycles in multi-project workflows.

    Enables using both source and binary dependencies for the same module, for faster development cycles in multi-project workflows. Adapted from https://github.com/sbt/sbt-sriracha.

Ungrouped