Update http4s to 0.23.6

This commit is contained in:
eikek
2021-10-24 18:24:03 +02:00
parent cd0f7ec66e
commit 48d2bec9c4
12 changed files with 22 additions and 45 deletions

View File

@ -10,7 +10,7 @@ import scala.concurrent.ExecutionContext
/** Captures thread pools to use in an application. */
case class Pools(
connectEC: ExecutionContext,
httpClientEC: ExecutionContext,
restEC: ExecutionContext
connectEC: ExecutionContext
// httpClientEC: ExecutionContext,
// restEC: ExecutionContext
)