Skip to content

Instantly share code, notes, and snippets.

@rirakkumya
Created February 8, 2012 02:26
Show Gist options
  • Save rirakkumya/1764628 to your computer and use it in GitHub Desktop.
Save rirakkumya/1764628 to your computer and use it in GitHub Desktop.
Scala Storm × scala redis
import sbt._
import Keys._
object ScalaStromBuild extends Build {
lazy val root = Project(id = "ScalaStorm", base = file(".")) aggregate (scalaRedis) dependsOn(scalaRedis)
lazy val scalaRedis = Project(id = "scala-redis", base = file("scala-redis"))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment