com-lihaoyi / Ammonite

Scala Scripting
http://ammonite.io
MIT License
2.6k stars 366 forks source link

Update Scala to 2.13.13 #1430

Closed panbingkun closed 4 months ago

panbingkun commented 4 months ago

The pr aims to upgrade scala to 2.13.13.

Scala 2.13.13 release notes: https://www.scala-lang.org/download/2.13.13.html

panbingkun commented 4 months ago

The original intention was to use Scala 2.13.13 in Spark. However, Spark relies on com.lihaoyi:ammonite_2.13.13:2.5.11, so I would like to solve the above issue by upgrading [Ammonite](https://github.com/com-lihaoyi/Ammonite) to Scala 2.13.13 first.

image

cc @alexarchambault @lefou @lihaoyi

lefou commented 4 months ago

There is already an open PR https://github.com/com-lihaoyi/Ammonite/pull/1421.

panbingkun commented 4 months ago

There is already an open PR #1421.

Okay, thank you very much.