mirror of https://github.com/sbt/sbt.git
Unified slash syntax was added in sbt 1.1.x (https://github.com/sbt/sbt/pull/3434). This deprecates the older shell syntax: `proj/cofing:intask::key`. ### Example ``` sbt:hello> it:compile [warn] sbt 0.13 shell syntax is deprecated use slash syntax instead: IntegrationTest / compile [info] compiling 1 Scala source to /private/tmp/hello/target/scala-2.13/classes ... sbt:hello> compile:console::scalacOptions [warn] sbt 0.13 shell syntax is deprecated use slash syntax instead: Compile / console / scalacOptions ``` |
||
|---|---|---|
| .. | ||
| src | ||
| NOTICE | ||