Skip to content

0.2.3

Compare
Choose a tag to compare
@DavidGregory084 DavidGregory084 released this 13 Apr 23:52
· 258 commits to main since this release
311dc9e

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 via ThisBuild / scalacOptions from working for some users.