Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scrooge: Fix sbt scala version misalignment
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
- Loading branch information