Skip to content

Commit 9393d74

Browse files
committed
fix scala-commons for 2.13.17
1 parent c02367c commit 9393d74

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

proj/scala-commons.conf

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
1-
// https://github.com/avsystem/scala-commons.git#master
1+
// https://github.com/scalacommunitybuild/scala-commons.git#community-build-2.13 # was avsystem, master
2+
3+
// forked (February 2025) to adjust a macro for 2.13.17, as per
4+
// https://github.com/scala/scala-dev/issues/893
25

36
vars.proj.scala-commons: ${vars.base} {
47
name: "scala-commons"
5-
uri: "https://github.com/avsystem/scala-commons.git#cdb4c8c3fc523375f565ec7fb872041c287b8607"
8+
uri: "https://github.com/scalacommunitybuild/scala-commons.git#0fef58188ecf9eada6a07cc318dcac3d67e6959b"
69

710
extra.exclude: [
811
"*-js"
912
"commons-comprof", "commons-benchmark" // out of scope
1013
]
1114
extra.commands: ${vars.default-commands} [
15+
"removeScalacOptions -Xsource:3"
16+
"appendScalacOptions -Xsource:3-cross"
1217
// tests here require Redis, so only compile them
1318
"set Commons.redis / Test / executeTests := Tests.Output(TestResult.Passed, Map(), Iterable())"
1419
// ditto but MongoDB

0 commit comments

Comments
 (0)