diff --git a/featherbed-core/src/main/tut/01-installation.md b/featherbed-core/src/main/tut/01-installation.md index 47d7c92..f006ab2 100644 --- a/featherbed-core/src/main/tut/01-installation.md +++ b/featherbed-core/src/main/tut/01-installation.md @@ -11,7 +11,8 @@ Add the following to build.sbt resolvers += Resolver.sonatypeRepo("snapshots") libraryDependencies ++= Seq( - "io.github.finagle" %"featherbed_2.11" %"0.2.1-SNAPSHOT" + "io.github.finagle" %% "featherbed-core" % "0.2.1-SNAPSHOT", + "io.github.finagle" %% "featherbed-circe" % "0.2.1-SNAPSHOT" ) ``` Next, read about [Basic Usage](02-basic-usage.html)