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
Problem
Scrooge sbt build is broken, preventing us from releasing CSL libraries.
There were two problems with the build
- Scala versions for 2.12 and 2.13 were misaligned between individual projects
- The top-level project scrooge (only used in testing the sbt build) had its own settings that were shadowing individual projects settings,
so the bug with the misaligned version slipped through. We only noticed an issue during a release (when we release individual projects).
Solution
Fix the build by making sbt happy.
Differential Revision: https://phabricator.twitter.biz/D942948
0 commit comments