Release 0.45.0
Date: 18th June 2022
What’s new:
- Minor improvements
Standalone jar - specmatic.jar
<dependency>
<groupId>in.specmatic</groupId>
<artifactId>specmatic-core</artifactId>
<version>0.45.0</version>
</dependency>
<!-- Optional depdendency to run the contract as test on Provider -->
<dependency>
<groupId>in.specmatic</groupId>
<artifactId>junit5-support</artifactId>
<version>0.45.0</version>
</dependency>