Some changes due to cross publishing

This commit is contained in:
Eugene Yokota
2016-04-29 16:18:40 -04:00
parent 9e10f01363
commit e4ee409cd5
29 changed files with 41 additions and 26 deletions
@@ -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,