-
Notifications
You must be signed in to change notification settings - Fork 1k
scala-library 3.8.0+ support #8224
Copy link
Copy link
Closed
Labels
Description
This was originally reported by @hamzaremmal
Background
Scala 3.8.0 nightly and later in-sources the scala-library for the use by Scala 3, as opposed to using Scala-2.13-bound standard library. This means that we will run into situations where scala-library should NOT align with scala-reflect, which might exist transitively.
Problem
Using sbt 1.11.4 and Scala 3.8 standard library, update will fail to find the corresponding scala-reflect.
Expectation
For Scala 3.8.0 nightly and above, scala-library and scala3-library should be the same
Otherwise, continue to unify the version of scala-reflect, scala-compiler, scala-library, scala-actor etc.
Reactions are currently unavailable