mirror of
https://github.com/sbt/sbt.git
synced 2026-08-29 09:30:21 +02:00
This was already supported in the internal Scripted used by sbt but not in the ScriptedPlugin. This is fixed by just copy-pasting the modified parser. We will have to wait for sbt itself to be built using an sbt with the upgraded ScriptedPlugin to be able to avoid the code duplication.