Add launcher interface dependency

Previously the zincLmIntegrationProj would compile if the meta build classpath
leaked into the compilation classpath. I found that the project would
not compile a clean build running an sbt built off of origin/develop.
This commit is contained in:
Ethan Atkins 2019-05-08 18:26:15 -07:00
parent f5edeec2fd
commit 0d8f0816bc
1 changed files with 1 additions and 0 deletions

View File

@ -589,6 +589,7 @@ lazy val zincLmIntegrationProj = (project in file("zinc-lm-integration"))
buildInfoObject in Test := "ZincLmIntegrationBuildInfo",
buildInfoKeys in Test := List[BuildInfoKey]("zincVersion" -> zincVersion),
mimaSettingsSince(sbt13Plus),
libraryDependencies += launcherInterface,
)
.configure(addSbtZincCompileCore, addSbtLmCore, addSbtLmIvyTest)