File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 2
2
# by one of the officers responsible of maintaining it
3
3
/library / @ scala/stdlib-officers
4
4
/library-aux / @ scala/stdlib-officers
5
+ /library-js / @ scala/stdlib-officers
Original file line number Diff line number Diff line change @@ -1429,6 +1429,13 @@ object Build {
1429
1429
settings(
1430
1430
libraryDependencies +=
1431
1431
(" org.scala-js" %% " scalajs-library" % scalaJSVersion).cross(CrossVersion .for3Use2_13),
1432
+ // NOTE: Until 3.8.0, we pin the source files to be used by the scala3 library
1433
+ Compile / sources := (`scala3-library-bootstrapped` / Compile / sources).value,
1434
+ Compile / sources ++= Seq (
1435
+ file(s " ${baseDirectory.value}/src/scala/scalajs/js/internal/UnitOps.scala " ),
1436
+ file(s " ${baseDirectory.value}/src/scala/scalajs/runtime/AnonFunctionXXL.scala " ),
1437
+ ),
1438
+ // NOTE: We keep this so that the mappings are correct when packaging
1432
1439
Compile / unmanagedSourceDirectories ++=
1433
1440
(`scala3-library-bootstrapped` / Compile / unmanagedSourceDirectories).value,
1434
1441
You can’t perform that action at this time.
0 commit comments