Skip to content

Instantly share code, notes, and snippets.

@n8han
Created August 3, 2011 02:12
Show Gist options
  • Save n8han/1121741 to your computer and use it in GitHub Desktop.
Save n8han/1121741 to your computer and use it in GitHub Desktop.
object Stream extends Build {
lazy val stream = Project("Stream", file("."), settings = Defaults.defaultSettings ++ Seq(
scalaVersion := "2.8.1"
)) dependsOn (unfiltered)
val unfiltered = ProjectRef( file("../../unfiltered"), "unfiltered-websockets")
// ...
}
@daggerrz
Copy link

daggerrz commented Aug 3, 2011

Nice, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment