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
Currently this library is limited to Java 8. Support for 9+ or more would be beneficial.
Upgrading to Java 20 and using Scala 2.11.12 gives following error
`scala.reflect.internal.MissingRequirementError: class java.lang.Object in compiler mirror not found.
at scala.reflect.internal.MissingRequirementError$.signal(MissingRequirementError.scala:17)
at scala.reflect.internal.MissingRequirementError$.notFound(MissingRequirementError.scala:18)
at scala.reflect.internal.Mirrors$RootsBase.getModuleOrClass(Mirrors.scala:53)
at scala.reflect.internal.Mirrors$RootsBase.getModuleOrClass(Mirrors.scala:66)
at scala.reflect.internal.Mirrors$RootsBase.getClassByName(Mirrors.scala:102)
at scala.reflect.internal.Mirrors$RootsBase.getRequiredClass(Mirrors.scala:105)
at scala.reflect.internal.Definitions$DefinitionsClass.ObjectClass$lzycompute(Definitions.scala:257)
at scala.reflect.internal.Definitions$DefinitionsClass.ObjectClass(Definitions.scala:257)
at scala.reflect.internal.Definitions$DefinitionsClass.init(Definitions.scala:1390)
at scala.tools.nsc.Global$Run.<init>(Global.scala:1242)`
Upgrading to Scala 2.12.18 gives following compilation errors:
JavaClassPath (deprecated) is abstract and cannot be instantiated
DirectoryClassPath (deprecated) is abstract and cannot be instantiated
The text was updated successfully, but these errors were encountered:
Currently this library is limited to Java 8. Support for 9+ or more would be beneficial.
Upgrading to Java 20 and using Scala 2.11.12 gives following error
`scala.reflect.internal.MissingRequirementError: class java.lang.Object in compiler mirror not found.
Upgrading to Scala 2.12.18 gives following compilation errors:
JavaClassPath
(deprecated) is abstract and cannot be instantiatedDirectoryClassPath
(deprecated) is abstract and cannot be instantiatedThe text was updated successfully, but these errors were encountered: