File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
generated-docs/out/backends Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Also note that the [http4s](http4s.md) backend can also be created for a type im
1414Firstly, 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
2020Obtain a cats-effect ` Resource ` which creates the backend, and closes the thread pool after the resource is no longer used:
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Also note that the [http4s](http4s.md) backend can also be created for a type im
1414Firstly, 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
2020Obtain a cats-effect ` Resource ` which creates the backend, and closes the thread pool after the resource is no longer used:
You can’t perform that action at this time.
0 commit comments