json4s version 4.0.3
scala version 3.1.0
jdk version 1.8.0_181
Does everyone else get warnings like this? Is there a way to suppress or work around them?
[warn] -- Deprecation Warning: ...\serialization\json\JSONSerializer.scala:76:51
[warn] 76 | val graphs = (json \ "graphs").extract[JObject].obj.map { case (key, json) =>
[warn] | ^
[warn] |Compiler synthesis of Manifest and OptManifest is deprecated, instead
[warn] |replace with the type `scala.reflect.ClassTag[org.json4s.JObject]`.
[warn] |Alternatively, consider using the new metaprogramming features of Scala 3,
[warn] |see https://docs.scala-lang.org/scala3/reference/metaprogramming.html