Skip to content

Commit

Permalink
maintenance: bump version in website docs
Browse files Browse the repository at this point in the history
  • Loading branch information
girdharshubham committed Apr 1, 2022
1 parent f4d6b6d commit d6c89e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/v1.x/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Before we dive in, make sure that you have the following on your computer:
To use zio-http, add the following dependencies in your project:

```scala
val ZHTTPVersion = "1.0.0.0-RC24"
val ZHTTPVersion = "1.0.0.0-RC27"

libraryDependencies ++= Seq(
"io.d11" %% "zhttp" % ZHTTPVersion,
Expand Down

1 comment on commit d6c89e9

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 Performance Benchmark:

Concurrency: 256
Requests/sec: 979282.24

Please sign in to comment.