Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@RustedBones RustedBones released this 15 Jan 10:56
· 1 commit to main since this release
132cd44

What's Changed

This is a new major release of the sbt-avro plugin, cross published for sbt v1 and v2.

It introduces new configurations:

  • avro-compiler: declares the avro compiler classpath
  • avro: artifacts containing avro specifications to compile
  • avro-test: same as avro for the test scope

The plugin now requires explicit enabling with enablePlugins(SbtAvro) since it alters the project libraryDependencies setting.
Select the desired avro version to use with avroVersion setting.

New features

Bugfixes

Build improvements

Test improvements

Dependency updates

Full Changelog: v3.5.1...v4.0.0