Skip to content

Commit

Permalink
Setting version to 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Finch CI committed Feb 27, 2019
1 parent 18dbd97 commit 49771ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/tut/index.md
Expand Up @@ -22,8 +22,8 @@ build.sbt:

```scala
libraryDependencies ++= Seq(
"com.github.finagle" %% "finch-core" % "0.27.0",
"com.github.finagle" %% "finch-circe" % "0.27.0",
"com.github.finagle" %% "finch-core" % "0.28.0",
"com.github.finagle" %% "finch-circe" % "0.28.0",
"io.circe" %% "circe-generic" % "0.9.3"
)
```
Expand Down

0 comments on commit 49771ea

Please sign in to comment.