Skip to content

Commit

Permalink
Setting version to 0.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Finch CI committed Nov 15, 2018
1 parent 660faf8 commit ad5357b
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.25.0",
"com.github.finagle" %% "finch-circe" % "0.25.0",
"com.github.finagle" %% "finch-core" % "0.26.0",
"com.github.finagle" %% "finch-circe" % "0.26.0",
"io.circe" %% "circe-generic" % "0.9.3"
)
```
Expand Down

0 comments on commit ad5357b

Please sign in to comment.