Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

59 lines (39 loc) · 1.43 KB

Changelog

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.6.0 - Unreleased

  • Upgrade to mill 0.10.0

0.4.1

Changed

  • The scalaxb compiler is now run in a forked jvm instead of running in the same process as mill.

  • You can customize the scalaxb dependency by overriding scalaxbIvyDeps

Changed

  • Upgrade mill to 0.7.x and Scala 2.12.11

Changed

  • Upgrade scalaxb to 1.7.3

Changed

  • Upgrade mill to 0.6.x

0.1.0 - 2019-06-27

Changed

  • Upgraded to Mill 0.4.1 and Scala 2.12.8

0.0.4 - 2018-11-20

Added

  • This CHANGELOG file

Changed

  • Upgrade to Mill 0.3.5
  • Use os-lib instead of ammonite.ops._
  • Make build time versions easier to manage. Scala and mill versions are managed from .tool-versions file. The VERSION specifies this project's version number.