File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 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
2
5
3
6
vars.proj.scala-commons: ${vars.base} {
4
7
name: "scala-commons"
5
- uri: "https://github.com/avsystem /scala-commons.git#cdb4c8c3fc523375f565ec7fb872041c287b8607 "
8
+ uri: "https://github.com/scalacommunitybuild /scala-commons.git#0fef58188ecf9eada6a07cc318dcac3d67e6959b "
6
9
7
10
extra.exclude: [
8
11
"*-js"
9
12
"commons-comprof", "commons-benchmark" // out of scope
10
13
]
11
14
extra.commands: ${vars.default-commands} [
15
+ "removeScalacOptions -Xsource:3"
16
+ "appendScalacOptions -Xsource:3-cross"
12
17
// tests here require Redis, so only compile them
13
18
"set Commons.redis / Test / executeTests := Tests.Output(TestResult.Passed, Map(), Iterable())"
14
19
// ditto but MongoDB
You can’t perform that action at this time.
0 commit comments