sbt.SlashSyntax
See theSlashSyntax companion object
trait SlashSyntax
SlashSyntax implements the slash syntax to scope keys for build.sbt DSL. The implicits are set up such that the order that the scope components must appear in the order of the project axis, the configuration axis, and the task axis. This ordering is the same as the shell syntax.
Attributes
- Example
-
Global / cancelable := true ThisBuild / scalaVersion := "2.12.2" Test / test := () console / scalacOptions += "-deprecation" Compile / console / scalacOptions += "-Ywarn-numeric-widen" projA / Compile / console / scalacOptions += "-feature" Zero / Zero / name := "foo"
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article