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
Error: error while loading XmlEncoder,
class file phobos/encoding/XmlEncoder.class is broken, reading aborted with class dotty.tools.tasty.UnpickleException
TASTy signature has wrong version.
expected: {majorVersion: 28, minorVersion: 3}
found : {majorVersion: 28, minorVersion: 4}
This TASTy file was produced by a more recent, forwards incompatible release.
To read this TASTy file, please upgrade your tooling.
The TASTy file was produced by Scala 3.4.1.
[error] ./phobos.scala:8:9
[error] Not found: type XmlEncoder
[error] given XmlEncoder[Foo] = ???
Phobos artifact for scala 3 is built with Scala Next and cannot be used from Scala 3.3 LTS versoins
Running
scala-cli phobos.scala
givesSee best practices for library maintainers
The text was updated successfully, but these errors were encountered: