mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 00:41:32 +02:00
Previously, in sbt 2, the Scripted plugin was not resolving any module that would provide it with the `ScriptedTests` object, and could therefore not run scripted tests. With this patch, `scripted-sbt-redux` will be resolved and added to the classloader that's used to load `sbt.scriptedtest.ScriptedTests`.