You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is needed to fix this issue scala-js/scala-js-js-envs#12
that is fixed in the latest version of `scalajs-env-nodejs`
To share the version between build and meta-build I created a Scala
file which I then syslinked to project/project/ by doing:
```
cd project/project
ln -s ../MetaBuildShared.scala
```
0 commit comments