Added
- Begin keeping a changelog.
- Added
-Xsource
(Scala 2.x) and-source
(Scala 3.x) early migration settings to the ScalacOptions DSL.
Fixed
- #60 - a bug in setting
scalacOptions
where it was set using:=
rather than appended to via++=
. This prevented scope delegation viaThisBuild / scalacOptions
from working for some users.