Releases: lolgab/mill-mima
Releases · lolgab/mill-mima
Update MiMa to 1.0.1
Main changes
Other changes
- Update scalafmt-core to 3.5.9 by @scala-steward in #58
- Update mill-main to 0.10.7 by @scala-steward in #59
- Update de.tobiasroeser.mill.vcs.version to 0.2.0 by @scala-steward in #63
- Update de.tobiasroeser.mill.integrationtest to 0.5.1 by @scala-steward in #62
- Update mill-scalafix to 0.2.10 by @scala-steward in #61
- Update mill-mima to 0.0.12 by @scala-steward in #60
- Update de.tobiasroeser.mill.integrationtest to 0.6.1 by @scala-steward in #64
Full Changelog: 0.0.12...0.0.13
Add CheckDirection ReadWriters
New versions of Mill using UPickle 2.0.0
require ReadWriters for case object
s and CheckDirection couldn't be set.
What's Changed
- Update mill-main to 0.10.5 by @scala-steward in #53
- Update scalafmt-core to 3.5.8 by @scala-steward in #54
- dep: start using mill-dependency-submission by @ckipp01 in #55
- Add ReadWriters for CheckDirection by @lolgab in #57
New Contributors
Full Changelog: 0.0.11...0.0.12
Add support to `mimaReportSignatureProblems`
Now by default, the plugin adds:
ProblemFilter.exclude[IncompatibleSignatureProblem]("*")
to the user-defined mimaBinaryIssueFilters
.
To restore the previous behavior add:
def mimaReportSignatureProblems = true
to your module.
Support Mill 0.10
Support Mill 0.10 (#39) * Support Mill 0.10 * Rename source directory