Severity: low · Category: docs
Evidence
README.md:18 and AGENTS.md:23 say 3.9.0-RC1-…-NIGHTLY (AGENTS also references "Scala 3.9 CC" at :103-130).
project.scala:1 and docs/DESIGN.md:7 pin 3.10.0-RC1-bin-20260607-dec42ae-NIGHTLY.
Problem
Three of the four version mentions are a major-version behind the actual pin; a user copying the README requirement targets the wrong nightly line.
Suggested fix
Point README/AGENTS at project.scala as the single source of truth (e.g. "Scala 3.10.0-RC1 nightly — see project.scala") rather than hardcoding 3.9.0; update the "Scala 3.9 CC" prose.
Severity: low · Category: docs
Evidence
README.md:18andAGENTS.md:23say3.9.0-RC1-…-NIGHTLY(AGENTS also references "Scala 3.9 CC" at:103-130).project.scala:1anddocs/DESIGN.md:7pin3.10.0-RC1-bin-20260607-dec42ae-NIGHTLY.Problem
Three of the four version mentions are a major-version behind the actual pin; a user copying the README requirement targets the wrong nightly line.
Suggested fix
Point README/AGENTS at
project.scalaas the single source of truth (e.g. "Scala 3.10.0-RC1 nightly — seeproject.scala") rather than hardcoding3.9.0; update the "Scala 3.9 CC" prose.