Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prepare the Scala.js integration for SIP-51 (#2988)
When using Scala.js 1.15.0+ together with Scala 2, we now add an explicit dependency to the `scalajs-scalalib` artifact. That artifact comes with Scala.js 1.15.0+, and is double-versioned with the Scala version and the Scala.js version. As SIP-51 gets implemented and future versions of the Scala library may break forward binary compatibility, the new `scalajs-scalalib` will be able to bring in new APIs back to existing Scala.js versions. This commit mimics the changes done to sbt-scalajs in scala-js/scala-js#4913 Pull request: #2988
- Loading branch information