Scrooge 4.8.0
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 toscroogeLanguages
and is now aSettingKey[Seq[String]]
instead of aSettingKey[String].
RB_ID=846198
- Builds are now only for Java 8 and Scala 2.11. See the
blog post for details.RB_ID=828898