Skip to content

Instantly share code, notes, and snippets.

@Yasushi
Forked from kmizu/build.sbt
Created May 19, 2012 02:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Yasushi/2728716 to your computer and use it in GitHub Desktop.
Save Yasushi/2728716 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"
scalaVersion := "2.9.1"
libraryDependencies ++= Seq(
"com.twitter" %% "finagle-http" % "4.0.2"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment