Skip to content

Commit

Permalink
Upgrade finagle to 6.4.0; bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
cooper bethea committed May 24, 2013
1 parent 3dbcd9e commit db02869
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
@@ -1,15 +1,15 @@
name := "foursquare-fhttp"

version := "0.1.9.2"
version := "0.1.9.3"

organization := "com.foursquare"

crossScalaVersions := Seq("2.9.1", "2.9.2")

libraryDependencies <++= (scalaVersion) { scalaVersion =>
Seq(
"com.twitter" % "finagle-core" % "6.3.0",
"com.twitter" % "finagle-http" % "6.3.0",
"com.twitter" % "finagle-core" % "6.4.0",
"com.twitter" % "finagle-http" % "6.4.0",
"commons-httpclient" % "commons-httpclient" % "3.1",
"junit" % "junit" % "4.10" % "test",
"com.novocode" % "junit-interface" % "0.9" % "test",
Expand Down

0 comments on commit db02869

Please sign in to comment.