Skip to content

Scrooge 4.8.0

Compare
Choose a tag to compare
@cacoco cacoco released this 08 Jul 18:29
· 717 commits to develop since this release

Breaking API Changes

  • scrooge-sbt-plugin: Allow scrooge to build bindings for more than one
    language. To reflect this, ScroogeSBT.autoImport.scroogeLanguage has been
    renamed to scroogeLanguages and is now a SettingKey[Seq[String]]
    instead of a SettingKey[String]. RB_ID=846198
  • Builds are now only for Java 8 and Scala 2.11. See the
    blog post for details. RB_ID=828898