mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 16:39:24 +02:00
Fix tests after moving things to internal
This commit is contained in:
@@ -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")
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
import sbt._, syntax._, Keys._
|
||||
|
||||
import sbt.internal.SessionSettings
|
||||
|
||||
object Common {
|
||||
lazy val k1 = taskKey[Unit]("")
|
||||
lazy val k2 = taskKey[Unit]("")
|
||||
|
||||
Reference in New Issue
Block a user