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
I am getting he following error while generating Scala API documentation (sbt packageDoc)
[info] Main Scala API documentation to /Users/ksarath/projects/sample-project/target/scala-3.3.0/api...
[error] -- Error: yaml/shared/src/main/scala/zio/config/yaml/YamlConfigProvider.scala:16:0
[error] undefined: new com.github.ghik.silencer.silent # -1: TermRef(TypeRef(TermRef(ThisType(TypeRef(NoPrefix,module class ghik)),object silencer),silent),<init>) at readTasty
[error] one error found
[error] (Compile / doc) DottyDoc Compilation Failed
The text was updated successfully, but these errors were encountered:
Hi,
Versions:
scala
:3.3.0
zio
:2.0.15
zio-config
:4.0.0-RC16
sbt
:1.9.2
I am getting he following error while generating Scala API documentation (
sbt packageDoc
)The text was updated successfully, but these errors were encountered: