Skip to content

Commit 3dd4682

Browse files
committed
fix scala-collection-compat
1 parent 0abae82 commit 3dd4682

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

proj/scala-collection-compat.conf

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
// https://github.com/scala/scala-collection-compat.git#main
1+
// https://github.com/scalacommunitybuild/scala-collection-compat.git#community-build-2.13 # was scala, main
2+
3+
// forked (April 2025) to in-source new `UsingTest` from Scala 2.13.17;
4+
// we could unfork after 2.13.17 is out and this has been addressed:
5+
// https://github.com/scala/scala-collection-compat/issues/692
26

37
vars.proj.scala-collection-compat: ${vars.base} {
48
name: "scala-collection-compat"
5-
uri: "https://github.com/scala/scala-collection-compat.git#d1dde77f2d49a28723c68c3c124fc5db797c918f"
9+
uri: "https://github.com/scalacommunitybuild/scala-collection-compat.git#322e24d375bcb6c40814f4d5f9894195baba632b"
610

711
extra.projects: ["compat213"] // no Scala.js or Scalafix rules plz
812
extra.commands: ${vars.default-commands} [

0 commit comments

Comments
 (0)