Skip to content

5.5.3

Compare
Choose a tag to compare
@Kantis Kantis released this 27 Oct 23:36
· 441 commits to master since this release
0ab1b52

Updated JUnit version from 5.7.2 to 5.8.2

Kotest now requires the runtime version of JUnit to be at least 5.8

Note: If your build somehow manages to put both JUnit 5.7 and 5.8 onto the classpath and they load in the wrong order, you might see problems related to ClassOrderer not being found. Please make sure that only JUnit 5.8+ is loaded