scala-js / scala-js-website

Source for https://www.scala-js.org/
259 stars 146 forks source link

Announcing Scala.js 1.15.0 #622

Closed gzm0 closed 8 months ago

gzm0 commented 8 months ago

@sjrd, I need some input here regarding the exact compatibility story for the Scalalib adjustments. IIUC depending on what exact sequence Scala / the build tools make adjustments, 1.15.0 is fully backwards compatible even for non sbt-scalajs users.

sjrd commented 8 months ago

Yes that's right. The versioning and artifact arrangements are such that existing build tools, even non sbt-scalajs ones, can be used out of the box. It will remain so until a version of Scala gets published with actual changes to the stdlib, in which case a build tool that knows about the new scheme will be required.