Actions
Bug #23811
closedScala 2.13.10 causes compilation errors with JDK 21 on intellj
Status:
Rejected
Priority:
N/A
Assignee:
Category:
Architecture - Dependencies
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
To do
Regression:
No
Description
At least under intellj, we can't use Scala 2.13.10 with jdk 21. It leads to compilation errors.
Upgrading to scala 2.13.12 solves the problem.
It comes with new types declaration needed for implicits.
Actions