Skip to content

Instantly share code, notes, and snippets.

@durgeshm
Created December 2, 2011 01:36
Show Gist options
  • Save durgeshm/1421272 to your computer and use it in GitHub Desktop.
Save durgeshm/1421272 to your computer and use it in GitHub Desktop.
Finagle 1.9.7 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.7",
"com.twitter" %% "finagle-http" % "1.9.7")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment