You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// using scala 3.1.0// using lib org.virtuslab::scala-yaml:0.0.4importorg.virtuslab.yaml.*caseclassFoo(field: Option[String]) derivesYamlCodec
running via scala-cli run . yields compilation error
Compiling project (Scala 3.1.0, JVM)
[error] ./example2.sc:6:47: no implicit argument of type org.virtuslab.yaml.YamlEncoder[Option[String]] was found
[error] case class Foo(field: Option[String]) derives YamlCodec
[error] ^
Error compiling project (Scala 3.1.0, JVM)
The text was updated successfully, but these errors were encountered:
running via
scala-cli run .
yields compilation errorThe text was updated successfully, but these errors were encountered: