Skip to content

Instantly share code, notes, and snippets.

@durgeshm
Created November 20, 2011 06:31
Show Gist options
  • Save durgeshm/1379887 to your computer and use it in GitHub Desktop.
Save durgeshm/1379887 to your computer and use it in GitHub Desktop.
Twitter's Finagle with Scala 2.9.1
scalaVersion := "2.9.1"
resolvers += "durgeshm repo" at "http://durgeshm.github.com/releases/"
libraryDependencies ++= Seq(
"com.twitter" %% "finagle-core" % "1.9.6",
"com.twitter" %% "finagle-http" % "1.9.6")
@durgeshm
Copy link
Author

worked with sbt 0.10 or 0.11

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