Add a note that the scripted plugin is cross-versioned now

This commit is contained in:
Dale Wijnand 2017-03-28 10:25:24 +01:00
parent 64ed7c7756
commit b1b66a241e
No known key found for this signature in database
GPG Key ID: 4F256E3D151DF5EF
1 changed files with 1 additions and 0 deletions

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