mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 16:39:24 +02:00
Some changes due to cross publishing
This commit is contained in:
@@ -39,7 +39,7 @@ object ScriptedPlugin extends AutoPlugin {
|
||||
sbtLauncher <<= getJars(scriptedLaunchConf).map(_.get.head),
|
||||
sbtTestDirectory := sourceDirectory.value / "sbt-test",
|
||||
libraryDependencies ++= Seq(
|
||||
"org.scala-sbt" % "scripted-sbt" % scriptedSbt.value % scriptedConf.toString,
|
||||
"org.scala-sbt" %% "scripted-sbt" % scriptedSbt.value % scriptedConf.toString,
|
||||
"org.scala-sbt" % "sbt-launch" % scriptedSbt.value % scriptedLaunchConf.toString
|
||||
),
|
||||
scriptedBufferLog := true,
|
||||
|
||||
Reference in New Issue
Block a user