This release upgrades Mockito to 5.20.0 which means that Java 8 is not supported anymore (see [here]).
Other dependencies and build plugins have also been updated.
Unclaimed project
Are you a maintainer of specs2? Claim this project to take control of your public changelog and roadmap.
This release upgrades Mockito to 5.20.0 which means that Java 8 is not supported anymore (see [here]).
Other dependencies and build plugins have also been updated.
FileSystem.unjarOnce by @etorreborre in https://github.com/etorreborre/specs2/pull/1250eventually by @donce in https://github.com/etorreborre/specs2/pull/1287sbt.testing.TestWildcardSelectors correctly. by @dubinsky in https://github.com/etorreborre/specs2/pull/1327IsEmpty instance for IterableOnce b...This release solves a long-standing issue with Scala-native: #1239.
This release fixes:
A missing import in the docs showing how to produce an index file for the HMTL reporter.
More importantly, a proper output for HTML docs. Many pieces of HTML were duplicated due a fun bug involving the natural transformation of Id to Action. I don't know yet what is the most lawful fix: making Id lazy (equivalent to () => X) or doing what I did and making t...
This release fixes issue #1255.