Add missing dependency

This commit is contained in:
Stu Hood 2015-07-06 11:11:06 -07:00
parent 1330ce5be4
commit e296ca863d
1 changed files with 1 additions and 1 deletions

View File

@ -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
// and discovery of Projclasses and annotations
lazy val apiProj = (project in compilePath / "api").
dependsOn(interfaceProj).
dependsOn(interfaceProj, classfileProj).
settings(
testedBaseSettings,
name := "API"