You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -156,7 +156,7 @@ The documentation is typechecked using [mdoc](https://scalameta.org/mdoc/). The
156
156
157
157
When generating documentation, it's best to set the version to the current one, so that the generated doc files don't include modifications with the current snapshot version.
158
158
159
-
That is, in sbt run: `set ThisBuild/version := "4.0.11"`, before running `mdoc` in `docs`.
159
+
That is, in sbt run: `set ThisBuild/version := "4.0.12"`, before running `mdoc` in `docs`.
A fully **asynchronous** backend. Uses the `Future` effect to return responses. There are also [other `Future`-based backends](future.md), which don't depend on Akka.
0 commit comments