Open parkerirving45 opened 1 month ago
Could this be an IDE thing? which IDE are you using and can you refresh the dependencies and try reloading the project?
Could this be an IDE thing? which IDE are you using and can you refresh the dependencies and try reloading the project?
This is happening when running sbt compile
from the command line not within an IDE
Describe the bug?
On any version greater than 13.0.2 I get this compilation issue
I am on scala version 2.12 and using Java 11.0.18. In the docs it mentions you need to use Java 11+ which I am using. The compilation issue goes away if I remove any calls to
UserStatus
orgetStatus
when on version 19.0.2. It also goes away when I run version 13.0.2.What is expected to happen?
Should compile successfully
What is the actual behavior?
Compilation fails with error above
Reproduction Steps?
Run a scala sbt project on scala 2.12 and java version 11 and then try and access
User.getStatus
Additional Information?
No response
Java Version
11.0.18
SDK Version
19.0.2
OS version
No response