Skip to content

Commit

Permalink
Setting version to 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Finch CI committed Aug 19, 2019
1 parent d471b44 commit 60163f0
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.29.0",
"com.github.finagle" %% "finch-circe" % "0.29.0",
"com.github.finagle" %% "finch-core" % "0.30.0",
"com.github.finagle" %% "finch-circe" % "0.30.0",
"io.circe" %% "circe-generic" % "0.9.3"
)
```
Expand Down

0 comments on commit 60163f0

Please sign in to comment.