Skip to content

Conversation

@WojciechMazur
Copy link
Contributor

Backports #24709 to the 3.8.0-RC4.

PR submitted by the release tooling.
[skip ci]

Base automatically changed from release-3.8.0_backport-24704 to release-3.8.0_backport-24273 December 21, 2025 17:21
@WojciechMazur WojciechMazur force-pushed the release-3.8.0_backport-24273 branch from 88d4b7d to c0e4701 Compare December 21, 2025 17:33
@WojciechMazur WojciechMazur force-pushed the release-3.8.0_backport-24709 branch from e7cb876 to 0d48002 Compare December 21, 2025 17:36
…s with unresolved `org.scala-lang/scala-reflect/3.8.0-RC3-bin-SNAPSHOT` (no such problem on main)
Dependencies.compilerInterface,
"com.github.sbt" % "junit-interface" % "0.13.3" % Test,
("io.get-coursier" %% "coursier" % "2.0.16" % Test).cross(CrossVersion.for3Use2_13),
("io.get-coursier" %% "coursier" % "2.0.16" % Test).cross(CrossVersion.for3Use2_13).excludeAll(("org.scala-lang" % "scala-reflect")),
Copy link
Contributor Author

@WojciechMazur WojciechMazur Dec 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was no needed on main, FYI @hamzaremmal
It's mostly due to version of artifacts we're using:
For 3.8.0-RCs: scalaVersion := referenceVersion,
For main : scalaVersion := dottyNonBootstrappedVersion
Change introduced in 1ea06a4 not backported as it didn't seem to be crucial

Required to workaround:

[error] (scala3-compiler-bootstrapped-new / update) sbt.librarymanagement.ResolveException: Error downloading org.scala-lang:scala-reflect:3.8.0-RC3-bin-SNAPSHOT
[error]   Not found
[error]   Not found
[error]   not found: /Users/wmazur/.ivy2/local/org.scala-lang/scala-reflect/3.8.0-RC3-bin-SNAPSHOT/ivys/ivy.xml
[error]   not found: https://repo1.maven.org/maven2/org/scala-lang/scala-reflect/3.8.0-RC3-bin-SNAPSHOT/scala-reflect-3.8.0-RC3-bin-SNAPSHOT.pom
[error]   not found: https://repo.scala-lang.org/artifactory/fat-jar/org/scala-lang/scala-reflect/3.8.0-RC3-bin-SNAPSHOT/scala-reflect-3.8.0-RC3-bin-SNAPSHOT.pom
[error] Total time: 4 s, completed Dec 21, 2025, 7:04:16 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants