Announcing scalamock 7.6.0

Major changes

  • release with java 17
  • Upgrade to Scala 3.9.0 and remove @experimental reflection APIs
  • Add Scala Native support (Scala 3 only)
  • Propose returnsWhen stubbing method
  • Add specs2-5 support module (Scala 3 only)
  • Extract specs2-4 support into separate module
  • Extract ScalaTest integration into scalamock-scalatest module

Deprecations

  • Deprecate proxy mocks

Bug Fixes

  • Fix #734: handle FlexibleType for -Yexplicit-nulls support
  • Fix js native classes with default args
1 Like