Skip to content

Instantly share code, notes, and snippets.

@conikeec
Forked from durgeshm/build.sbt
Created February 18, 2012 07:23
Show Gist options
  • Save conikeec/1858012 to your computer and use it in GitHub Desktop.
Save conikeec/1858012 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