Fix tests after moving things to internal

This commit is contained in:
Eugene Yokota 2016-05-06 20:19:18 -04:00
parent 0cc9488632
commit 772e5bc06c
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
import sbt.internal.AddSettings
val a = "a"
val f = file("a")
val g = taskKey[Unit]("A task in the root project")

View File

@ -1,5 +1,7 @@
import sbt._, syntax._, Keys._
import sbt.internal.SessionSettings
object Common {
lazy val k1 = taskKey[Unit]("")
lazy val k2 = taskKey[Unit]("")