-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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