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
Hi, the version in SBT is currently set to 3.0.0; when I run main in Playground (with the JDK 8, 11 and 21), I get this error:
scala: error while loading ElementType,
class file /modules/java.base/java/lang/annotation/ElementType.class is broken, reading aborted with class java.lang.RuntimeException
bad constant pool index: 0 at pos: 1220```
If I upgrade to 3.3.4 and reload SBT, it works (I get the "Up and running! Looking forward to getting advanced with Scala!" message). Maybe this project can be moved to 3.3.4?
The text was updated successfully, but these errors were encountered:
Hi, the version in SBT is currently set to
3.0.0
; when I runmain
inPlayground
(with the JDK 8, 11 and 21), I get this error:If I upgrade to
3.3.4
and reload SBT, it works (I get the"Up and running! Looking forward to getting advanced with Scala!"
message). Maybe this project can be moved to3.3.4
?The text was updated successfully, but these errors were encountered: