Skip to content

Commit 8d0600b

Browse files
committed
Fix docs
1 parent c87511f commit 8d0600b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/backends/catseffect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Also note that the [http4s](http4s.md) backend can also be created for a type im
1414
Firstly, add the following dependency to your project:
1515

1616
```scala
17-
"com.softwaremill.sttp.client4" %% "cats" % "@VERSION@"
17+
"com.softwaremill.sttp.client3" %% "cats" % "@VERSION@"
1818
```
1919

2020
Obtain a cats-effect `Resource` which creates the backend, and closes the thread pool after the resource is no longer used:

generated-docs/out/backends/catseffect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Also note that the [http4s](http4s.md) backend can also be created for a type im
1414
Firstly, add the following dependency to your project:
1515

1616
```scala
17-
"com.softwaremill.sttp.client4" %% "cats" % "3.10.1"
17+
"com.softwaremill.sttp.client3" %% "cats" % "3.10.1"
1818
```
1919

2020
Obtain a cats-effect `Resource` which creates the backend, and closes the thread pool after the resource is no longer used:

0 commit comments

Comments
 (0)