Scala 2.13.18
The Scala team at Akka is pleased to announce Scala 2.13.18. This release fixes several regressions from 2.13.17. It is compatible with JDKs 8 to 26. The following are highlights of this release: Restore traditional behavior when passing a null array to a varargs method in Scala 3 When passing an array as "sequence argument" to a varargs method, method(arg: _*), the array is converted to a Seq. In…