package sbt
Ordering
- Alphabetic
Visibility
- Public
- All
Value Members
- object IntegrationTestPackaging extends AutoPlugin
-
object
LibraryPlugin extends AutoPlugin
Common settings for a library, Driver style.
-
object
LintPlugin extends AutoPlugin
Enforces common formatting and catches compiler warnings.
-
object
ServicePlugin extends AutoPlugin
Common settings to a service.
-
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.