Merge pull request #7488 from Duhemm/scripted-classpath

This commit is contained in:
eugene yokota 2024-02-02 09:05:01 -05:00 committed by GitHub
commit 0d291f0489
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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)"