sbt/sbt-app
eugene yokota 8ff4a8ecba
[2.0.x] fix: Make custom-scala-org scripted test hermetic (#9260) (#9263)
The original fixture pinned
  scalaOrganization := "io.github.scala-wasm"
  scalaVersion := "3.8.3-RC1-wasm-bin-SNAPSHOT"
and ran compile. The wasm fork never published a release of
scala3-library_3 -- only a snapshot to Sonatype's central-snapshots
repo, which has ~90-day retention. #8732 merged 2026-02-21; the
snapshot was GC'd ~2026-05-22 and develop CI began failing
deterministically.

Fixes #9259.

Co-authored-by: BrianHotopp <brihoto@gmail.com>
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-24 03:56:27 -04:00
..
src [2.0.x] fix: Make custom-scala-org scripted test hermetic (#9260) (#9263) 2026-05-24 03:56:27 -04:00