Skip to content

Commit

Permalink
Setting version to 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Finch CI committed May 18, 2019
1 parent 5b17032 commit 4f71752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/tut/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ build.sbt:

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

0 comments on commit 4f71752

Please sign in to comment.