Skip to content

Commit

Permalink
Setting version to 0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Finch CI committed Sep 16, 2022
1 parent a8a3c83 commit fa357ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/mdoc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ build.sbt:

```scala
libraryDependencies ++= Seq(
"com.github.finagle" %% "finch-core" % "0.33.0",
"com.github.finagle" %% "finch-circe" % "0.33.0",
"com.github.finagle" %% "finch-core" % "0.34.0",
"com.github.finagle" %% "finch-circe" % "0.34.0",
"io.circe" %% "circe-generic" % "0.13.1"
)
```
Expand Down

0 comments on commit fa357ec

Please sign in to comment.