From b1b66a241e05a2ec10c8d8801871cf6bc706a2b4 Mon Sep 17 00:00:00 2001 From: Dale Wijnand Date: Tue, 28 Mar 2017 10:25:24 +0100 Subject: [PATCH] Add a note that the scripted plugin is cross-versioned now --- MIGRATION.md | 1 + 1 file changed, 1 insertion(+) diff --git a/MIGRATION.md b/MIGRATION.md index 190310c93..55c6f2d7c 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -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