PackageTrack
Sign in Get early access

org.mockito:mockito-scala-specs2_2.12

2.2.3 #1437 most downloaded on Maven Central mockito/mockito-scala

What this package is like to depend on

Last release 1 months ago

17 Jul 2026

Release timing varies

gaps range from 9 days to 11 months

Most releases are documented

notes for 72 of 119 stable releases

Nothing withdrawn

no release was ever pulled

7 years old

124 releases · first in 2019

4 releases in the last 12 months

see the full history below

Release timeline

124 releases · Apr 2019 to Jul 2026
2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 60 of 124
  1. 2.2.3 17 Jul 2026
    Release notes

    Changelog generated by Shipkit Changelog Gradle Plugin

    2.2.3

    • 2026-07-17 - 1 commit(s) by Eugene Platonov
    • No notable improvements. No pull requests (issues) were referenced from commits.
    Open source →
  2. 2.2.1 15 Apr 2026
    Release notes

    Changelog generated by Shipkit Changelog Gradle Plugin

    2.2.1

    Open source →
  3. 2.2.0 14 Apr 2026
    Release notes

    Support for Scala 3

    Starting with this version, both Scala 2 and 3 are supported.

    Changelog generated by Shipkit Changelog Gradle Plugin

    2.2.0

    • 2026-04-14 - 30 commit(s) by Eugene Platonov, Scala Steward
    • Fix Scala 3 shouldReturn/mustReturn inference for polymorphic methods (#652)
    • Update sbt, scripted-plugin to 1.12.9 (#651)
    • Simplify Scala 3 macro implementation (#650)
    • Add Scala 3 support for specs2 module + enabled Scala 3 globally (#649)
    • Add Scala 3 support for cats and scalaz modules (#648)
    • Add regression tests for scalatest module (#647)
    • Enable Scala 3 for scalatest module (#646)
    • Update scalatest to 3.2.20 (#645)
    • Update scalactic to 3.2.20 (#644)
    • Update sbt, scripted-plugin to 1.12.8 (#643)
    • Add Scala 3 idiomatic API for core module (#642)
    • Some fixes for Scala 3 mock-method metadata (#641)
    • Add Scala 3 verification macros (VerifyMacro, ExpectMacro) (#640)
    • Add Scala 3 stubbing macros (WhenMacro, DoSomethingMacro) (#639)
    • Enable Scala 3 for macroSub and implement Captor and DefaultValueProviderMacro (#638)
    • Update sbt, scripted-plugin to 1.12.6 (#637)
    • Add cache-backed Scala 3 ReflectionUtils in common (#636)
    • Update mockito-core to 5.23.0 (#635)
    • Refactor: merge MockitoEnhancer and MockitoEnhancerRuntime, move Scala-version delta to DoSomethingCompat (#634)
    • Add Scala 3 macro-common: value class support + shared test (#633)
    • Scala3 build infra (#632)
    • Refactor: extract DSL keyword constants to shared objects (#631)
    • Fix formatting (#630)
    • Refactor: extract specs2 macro methods to scala-2 (#629)
    • Refactor: move scalaz Scala 2 sources to scala-2/ (#628)
    • Refactor: extract scalaz runtime traits (#627)
    • Refactor: move cats Scala 2 sources to scala-2 (#626)
    • Update sbt, scripted-plugin to 1.12.5 (#625)
    • Update mockito-core to 5.22.0 (#624)
    • Refactor: extract cats runtime code (#623)
    Open source →
  4. 2.1.0 28 Feb 2026
    Release notes

    Changelog generated by Shipkit Changelog Gradle Plugin

    2.1.0

    • 2026-02-28 - 54 commit(s) by Eugene Platonov, Scala Steward, Sergey Torgashov, Tim van der Lippe
    • Rename case class Raised/RaisedG to RaisedBy/RaisedByG in cats and scalaz (#621)
    • Refactor: move macro-common Scala 2 sources to scala-2 (#620)
    • Refactor: move core Scala 2 macro files to scala-2 (#619)
    • Update sbt, scripted-plugin to 1.12.3 (#618)
    • Refactor: extract core runtime traits to shared files in core module (#617)
    • Refactor: move Scala 2 macro sources to scala-2/ directories in macroSub module (#616)
    • Refactor: extract macro runtime classes (Captor, DefaultValueProvider) (#615)
    • Refactor: extract macro runtime classes to shared files (#614)
    • Refactor: extract MacroConstants from Utils (#613)
    • Refactor: extract ValueClassExtractor/Wrapper macros to scala-2 sources (#612)
    • Build: move 2.13-only sources to 2.13+ (#611)
    • Refactor to separate Scala 2 WeakTypeTag code from shared runtime code (#610)
    • Update scalafmt-core to 3.10.7 (#609)
    • Update scalafmt-core to 3.10.6 (#608)
    • Update sbt, scripted-plugin to 1.12.2 (#607)
    • Update scalafmt-core to 3.10.5 (#606)
    • Update sbt, scripted-plugin to 1.12.1 (#605)
    • Update scalafmt-core to 3.10.4 (#604)
    • Update scalafmt-core to 3.10.3 (#602)
    • Update scala-library, scala-reflect to 2.12.21 (#601)
    • Update mockito-core to 5.21.0 (#600)
    • Update scalafmt-core to 3.10.2 (#599)
    • Update scala-library, scala-reflect to 2.13.18 (#598)
    • Update sbt-scalafmt to 2.5.6 (#597)
    • Update specs2-core to 4.23.0 (#596)
    • Update scalafmt-core to 3.10.1 (#595)
    • Upgrade to Scala 2.13.17 (#594)
    • Update sbt, scripted-plugin to 1.11.7 (#591)
    • Update specs2-core to 4.22.0 (#590)
    • Update mockito-core to 5.20.0 (#589)
    • Update scalafmt-core to 3.9.10 (#588)
    • Add "-Xsource:3" compiler option (#587)
    • Update scalacheck to 1.19.0 (#585)
    • Update sbt, scripted-plugin to 1.11.6 (#584)
    • Update sbt, scripted-plugin to 1.11.5 (#583)
    • Update mockito-core to 5.19.0 (#582)
    • Update sbt, scripted-plugin to 1.11.4 (#581)
    • Update scalafmt-core to 3.9.9 (#580)
    • Split ReflectionUtils (#579)
    • Update sbt-scalafmt to 2.5.5 (#578)
    • Update sbt, scripted-plugin to 1.11.3 (#577)
    • Make tests scala 3 friendlier (#576)
    • Drop EqMatchers_VersionSpecific (they aren't specific) (#575)
    • Update scalafmt-core to 3.9.8 (#574)
    • Decrease usage of deprecated elements (#572)
    • Add back project version
      (#571)
    • Define task separately (#570)
    • Use Groovy syntax instead of Kotlin (#569)
    • Configure tasks similar to mockito-core (#568)
    • Fix task name in release job (#567)
    • Create releases on tags
      (#566)
    • Update sbt, scripted-plugin to 1.11.2 (#565)
    • Update scalafmt-core to 3.9.7 (#564)
    Open source →
  5. 2.0.0 29 May 2025
    Release notes

    Changelog generated by Shipkit Changelog Gradle Plugin

    2.0.0

    • 2025-05-29 - 7 commit(s) by Eugene Platonov, Tim van der Lippe
    • Upgrade Gradle wrapper and plugins (#561)
    • Use newer version of Gradle wrapper validator
      (#560)
    • Upgrade mockito-core to 5.18.0, add support for JDK 17 and 21, drop Scala 2.11 and JDK 8 (#559)
    Open source →
  6. 1.17.45 22 May 2025
    Release notes

    Changelog generated by Shipkit Changelog Gradle Plugin

    1.17.45

    Open source →
  7. 1.17.44 19 May 2025
    Release notes

    Changelog generated by Shipkit Changelog Gradle Plugin

    1.17.44

    • 2025-05-19 - 7 commit(s) by Scala Steward
    • Update sbt to 1.10.11 (#555)
    • Update scalafmt-core to 3.8.6 (#552)
    • Update sbt-scalafmt to 2.5.4 (#550)
    • Update scala-parallel-collections to 1.2.0 (#549)
    • Update scala-library, scala-reflect to 2.13.16 (#548)
    • Update scala-library, scala-reflect to 2.12.20 (#538)
    • Update hamcrest-core to 3.0 (#537)
    Open source →
  8. 1.17.43 19 May 2025
    Release notes

    Changelog generated by Shipkit Changelog Gradle Plugin

    1.17.43

    • 2025-05-19 - 6 commit(s) by Scala Steward
    • Update sbt to 1.10.11 (#555)
    • Update scalafmt-core to 3.8.6 (#552)
    • Update sbt-scalafmt to 2.5.4 (#550)
    • Update scala-parallel-collections to 1.2.0 (#549)
    • Update scala-library, scala-reflect to 2.13.16 (#548)
    • Update scala-library, scala-reflect to 2.12.20 (#538)
    Open source →
  9. 1.17.42 19 May 2025
    Release notes

    Changelog generated by Shipkit Changelog Gradle Plugin

    1.17.42

    • 2025-05-19 - 5 commit(s) by Scala Steward
    • Update sbt to 1.10.11 (#555)
    • Update scalafmt-core to 3.8.6 (#552)
    • Update sbt-scalafmt to 2.5.4 (#550)
    • Update scala-parallel-collections to 1.2.0 (#549)
    • Update scala-library, scala-reflect to 2.13.16 (#548)
    Open source →
  10. 1.17.40 19 May 2025

    Nothing published for this version

  11. 1.17.39 19 May 2025

    Nothing published for this version

  12. 1.17.38 19 May 2025

    Nothing published for this version

  13. 1.17.37 24 Jun 2024

    Nothing published for this version

  14. 1.17.31 02 Apr 2024

    Nothing published for this version

  15. 1.17.30 26 Nov 2023

    Nothing published for this version

  16. 1.17.29 28 Oct 2023

    Nothing published for this version

  17. 1.17.28 28 Oct 2023

    Nothing published for this version

  18. 1.17.27 23 Sep 2023

    Nothing published for this version

  19. 1.17.26 23 Sep 2023

    Nothing published for this version

  20. 1.17.25 23 Sep 2023

    Nothing published for this version

  21. 1.17.24 23 Sep 2023

    Nothing published for this version

  22. 1.17.23 23 Sep 2023

    Nothing published for this version

  23. 1.17.22 29 Aug 2023

    Nothing published for this version

  24. 1.17.21 29 Aug 2023

    Nothing published for this version

  25. 1.17.20 29 Aug 2023

    Nothing published for this version

  26. 1.17.19 29 Aug 2023

    Nothing published for this version

  27. 1.17.18 29 Aug 2023

    Nothing published for this version

  28. 1.17.17 29 Aug 2023

    Nothing published for this version

  29. 1.17.16 29 Aug 2023

    Nothing published for this version

  30. 1.17.15 29 Aug 2023

    Nothing published for this version

  31. 1.17.14 20 Mar 2023

    Nothing published for this version

  32. 1.17.12 03 Aug 2022

    Nothing published for this version

  33. 1.17.7 25 May 2022

    Nothing published for this version

  34. 1.17.6 25 May 2022

    Nothing published for this version

  35. 1.17.5 19 Feb 2022

    Nothing published for this version

  36. 1.17.4 19 Feb 2022

    Nothing published for this version

  37. 1.17.3 19 Feb 2022

    Nothing published for this version

  38. 1.17.0 20 Jan 2022

    Nothing published for this version

  39. 1.16.55 19 Jan 2022

    Nothing published for this version

  40. 1.16.49 13 Dec 2021

    Nothing published for this version

  41. 1.16.46 12 Oct 2021

    Nothing published for this version

  42. 1.16.42 16 Sep 2021

    Nothing published for this version

  43. 1.16.39 28 Aug 2021

    Nothing published for this version

  44. 1.16.37 07 Apr 2021

    Nothing published for this version

  45. 1.16.33 29 Mar 2021

    Nothing published for this version

  46. 1.16.32 15 Mar 2021

    Nothing published for this version

  47. 1.16.29 24 Feb 2021

    Nothing published for this version

  48. 1.16.25 10 Feb 2021

    Nothing published for this version

  49. 1.16.23 02 Feb 2021

    Nothing published for this version

  50. 1.16.21 02 Feb 2021

    Nothing published for this version

  51. 1.16.20 01 Feb 2021

    Nothing published for this version

  52. 1.16.19 01 Feb 2021

    Nothing published for this version

  53. 1.16.15 10 Jan 2021

    Nothing published for this version

  54. 1.16.13 05 Jan 2021

    Nothing published for this version

  55. 1.16.12 31 Dec 2020

    Nothing published for this version

  56. 1.16.11 31 Dec 2020

    Nothing published for this version

  57. 1.16.3 15 Nov 2020
    Release notes
    Open source →
  58. 1.16.2 10 Nov 2020
    Release notes
    Open source →
  59. 1.16.1 07 Nov 2020
    Release notes
    Open source →
  60. 1.16.0 27 Sep 2020
    Release notes
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive