mirror of https://github.com/sbt/sbt.git
Add missing dependency
This commit is contained in:
parent
6846bbd3ed
commit
a83f5eabf2
|
|
@ -109,7 +109,7 @@ lazy val interfaceProj = (project in file("interface")).
|
||||||
// defines operations on the API of a source, including determining whether it has changed and converting it to a string
|
// defines operations on the API of a source, including determining whether it has changed and converting it to a string
|
||||||
// and discovery of Projclasses and annotations
|
// and discovery of Projclasses and annotations
|
||||||
lazy val apiProj = (project in compilePath / "api").
|
lazy val apiProj = (project in compilePath / "api").
|
||||||
dependsOn(interfaceProj).
|
dependsOn(interfaceProj, classfileProj).
|
||||||
settings(
|
settings(
|
||||||
testedBaseSettings,
|
testedBaseSettings,
|
||||||
name := "API"
|
name := "API"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue