Skip to content

Instantly share code, notes, and snippets.

@gkojax
Forked from kmizu/build.sbt
Created June 8, 2012 04:37
Show Gist options
  • Save gkojax/2893602 to your computer and use it in GitHub Desktop.
Save gkojax/2893602 to your computer and use it in GitHub Desktop.
Code snippet of build.sbt for Finagle 4.0.2 in Scala 2.9.1
resolvers += "twitter-repo" at "http://maven.twttr.com"
libraryDependencies ++= Seq(
"com.twitter" % "finagle-core_2.9.1" % "4.0.2",
"com.twitter" % "finagle-http_2.9.1" % "4.0.2",
"com.twitter" % "finagle-stream_2.9.1" % "4.0.2"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment