Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions releases/2.13.13.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,19 @@ The following changes are highlights of this release:
* In mixed compilation, allow Java sources to reference `MODULE$` ([#10644](https://github.com/scala/scala/pull/10644) by [@som-snytt](https://github.com/som-snytt))
* Scaladoc: re-align `-doc-source-url` behavior with 2.12 ([#10581](https://github.com/scala/scala/pull/10581) by [@lrytz](https://github.com/lrytz))

### Known issues

* Users of sbt must upgrade to sbt 1.9.9 to use the `console` task
to access the 2.13.13 REPL ([sbt/sbt#7502](https://github.com/sbt/sbt/issues/7502));
error message is `NoSuchMethodError: org.jline.utils.AttributedString.fromAnsi`
* Regression: Scaladoc generation may fail if you are using the TASTy reader
to access Scala 3 dependencies ([scala/bug#12955](https://github.com/scala/bug/issues/12955));
error message is "Unsupported Scala 3 generic tuple type"; we'll fix it in 2.13.14
* Regression: on JDK 11 (but 8 or 17 or 21), the REPL prints a
harmless "illegal reflective access" warning at startup
([scala/bug#12957](https://github.com/scala/bug/issues/12957));
we'll fix it in 2.13.14

### More changes

For the complete 2.13.13 change lists, see [all merged PRs](https://github.com/scala/scala/pulls?q=is%3Amerged%20milestone%3A2.13.13) and [all closed bugs](https://github.com/scala/bug/issues?utf8=%E2%9C%93&q=is%3Aclosed+milestone%3A2.13.13).
Expand Down