Skip to content

scala-library 3.8.0+ support #8224

@eed3si9n

Description

@eed3si9n

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions