Scala编译时间错误:“找不到参数编码器的隐含值:io.circe.Encoder”

时间:2019-02-13 22:08:27

标签: scala intellij-idea sbt

我正在尝试编译我的Scala代码。我有上述错误。当我再次编译时,此错误有时会消失。

他所在行的错误:

implicit val motionCollectionsEncoder =
  jsonEncoderWithPrinterOf[MotionCollections](
    Printer.noSpaces.copy(dropNullKeys = true)
  )

链接到包Circe:http://agourlay.github.io/cornichon/api/org/http4s/circe/index.html

有人遇到过这个问题吗?

0 个答案:

没有答案