Skip to content

Instantly share code, notes, and snippets.

@joegaudet
Created October 7, 2011 05:09
Show Gist options
  • Save joegaudet/1269500 to your computer and use it in GitHub Desktop.
Save joegaudet/1269500 to your computer and use it in GitHub Desktop.
lazy val core = RootProject(file("../core"))
lazy val flow = RootProject(file("../flow"))
lazy val root = Project(
"root",
file("."),
settings = buildSettings ++ Seq(resolvers := commonResolvers,
libraryDependencies := commonDeps)
) dependsOn(core % "compile;test->test") dependsOn(flow % "compile;test->test")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment