We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dd0159 commit 2c12e2bCopy full SHA for 2c12e2b
build.sbt
@@ -32,7 +32,8 @@ libraryDependencies += "com.typesafe.akka" %% "akka-remote" % "2.3.2"
32
33
libraryDependencies += "com.storm-enroute" %% "scalameter-core" % "0.6"
34
35
-// libraryDependencies += "com.twitter" %% "finagle-http" % "6.2.0" // only enable with 2.10.4
+// only enable with 2.10.4
36
+// libraryDependencies += "com.twitter" %% "finagle-http" % "6.2.0"
37
38
libraryDependencies += "org.scalaz" %% "scalaz-concurrent" % "7.0.6"
39
0 commit comments