Skip to content

Commit

Permalink
Setting version to 0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Finch CI committed Apr 8, 2022
1 parent 3e7119c commit b8d801b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.32.1",
"com.github.finagle" %% "finch-circe" % "0.32.1",
"com.github.finagle" %% "finch-core" % "0.33.0",
"com.github.finagle" %% "finch-circe" % "0.33.0",
"io.circe" %% "circe-generic" % "0.13.1"
)
```
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(ThisBuild / version) := "0.33.0"
ThisBuild / version := "0.33.0"

0 comments on commit b8d801b

Please sign in to comment.