Merge pull request #3049 from dwijnand/scripted-crossed-note

Add a note that the scripted plugin is cross-versioned now
This commit is contained in:
eugene yokota
2017-03-28 20:49:20 -07:00
committed by GitHub
+1
View File
@@ -14,3 +14,4 @@ Migration notes
- Log options `-error`, `-warn`, `-info`, `-debug` are added as shorthand for `"early(error)"` etc.
- `sbt.Process` and `sbt.ProcessExtra` are gone. Use `scala.sys.process` instead.
- `incOptions.value.withNameHashing(...)` option is removed.
- the scripted plugin is cross-versioned now, so you must use %% when depending on it