mirror of https://github.com/sbt/sbt.git
Merge pull request #7488 from Duhemm/scripted-classpath
This commit is contained in:
commit
0d291f0489
|
|
@ -79,6 +79,7 @@ object ScriptedPlugin extends AutoPlugin {
|
|||
)
|
||||
case Some((2, _)) =>
|
||||
Seq(
|
||||
"org.scala-sbt" %% "scripted-sbt-redux" % scriptedSbt.value % ScriptedConf,
|
||||
"org.scala-sbt" % "sbt-launch" % scriptedSbt.value % ScriptedLaunchConf
|
||||
)
|
||||
case Some((x, y)) => sys error s"Unknown sbt version ${scriptedSbt.value} ($x.$y)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue