mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Update http4s to 0.23.6
This commit is contained in:
@ -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
|
||||
)
|
||||
|
Reference in New Issue
Block a user