Merge pull request #1556 from scala-steward/update/circe-core-0.14.2

Update circe-core, circe-generic, ... to 0.14.2
This commit is contained in:
mergify[bot]
2022-05-21 14:51:26 +00:00
committed by GitHub
2 changed files with 9 additions and 15 deletions

View File

@ -7,7 +7,7 @@
package docspell.ftspsql
import cats.effect._
import cats.syntax.all._
import cats.syntax.option._
import docspell.ftsclient.{FtsQuery, TextData}
import docspell.logging.{Level, LogConfig, TestLoggingConfig}
@ -20,6 +20,7 @@ import org.testcontainers.utility.DockerImageName
class PsqlFtsClientTest
extends CatsEffectSuite
with DoobieMeta
with PgFixtures
with TestContainerForAll
with TestLoggingConfig {