Packages

package sbt

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Value Members

  1. object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  2. object Compat
  3. object MetabrowsePlugin extends AutoPlugin

    Generate a staic Metabrowse site.

    Generate a staic Metabrowse site.

    Usage

    This plugin must be explicitly enabled in the project that generates the static metabrowse site. To enable it add the following line to your .sbt file:

    enablePlugins(MetabrowsePlugin)

    The static site includes sources for projects that enable the semanticdb-scalac compiler plugin, see http://scalameta.org/tutorial/#semanticdb-scalac. To enable the compiler plugin, add the following to your projects settings

    lazy val projectToIncludeSourcesForMetabrowseSite = project.settings(
      metabrowseSettings // important, must *appear* after scalacOptions.
    )

    By default, semantic data is read from metabrowseClasspath which is automatically populated based on the various filter settings.

Ungrouped