<dependency>
<groupId>io.kotest</groupId>
<artifactId>kotest-runner-junit5-jvm</artifactId>
<version>6.0.0.M1</version>
</dependency>
@Grapes(
@Grab(group='io.kotest', module='kotest-runner-junit5-jvm', version='6.0.0.M1')
)
compile
|-- io.kotest:kotest-framework-api-jvm:6.0.0.M1
|-- io.kotest:kotest-common-jvm:6.0.0.M1
|-- io.kotest:kotest-framework-engine-jvm:6.0.0.M1
|-- io.kotest:kotest-framework-discovery-jvm:6.0.0.M1
|-- io.kotest:kotest-assertions-core-jvm:6.0.0.M1
|-- io.kotest:kotest-extensions-jvm:6.0.0.M1
|-- org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.8.0
|-- org.junit.platform:junit-platform-engine:1.8.2
|-- org.junit.platform:junit-platform-suite-api:1.8.2
|-- org.junit.platform:junit-platform-launcher:1.8.2
|-- org.junit.jupiter:junit-jupiter-api:5.8.2
|-- org.jetbrains.kotlin:kotlin-stdlib:2.0.20
runtime