Installation

Add the following to build.sbt

resolvers += Resolver.sonatypeRepo("snapshots")

libraryDependencies ++= Seq(
  "io.github.finagle" %"featherbed_2.11" %"0.3.0"
)

Next, read about Basic Usage