Hello all. I updated to the latest version of kote...
# kotest
j
Hello all. I updated to the latest version of kotest (4.5) and kotlin (1.5) and am seeing the following:
Copy code
Runtime JAR files in the classpath should have the same version. These files were found in the classpath:
    /Users/jameseschner/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jdk8/1.5.0/65fbc439df2e4aad1f3769762d54534f1b564090/kotlin-stdlib-jdk8-1.5.0.jar (version 1.5)
    /Users/jameseschner/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-jdk7/1.5.0/f61904618ea7be07a66e0545ffe8dc2c70a19b77/kotlin-stdlib-jdk7-1.5.0.jar (version 1.5)
    /Users/jameseschner/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib/1.5.0/29dae2501ca094416d15af0e21470cb634780444/kotlin-stdlib-1.5.0.jar (version 1.5)
    /Users/jameseschner/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-stdlib-common/1.5.0/4080d69efca5e39e9b4972f125e40f1607bd6460/kotlin-stdlib-common-1.5.0.jar (version 1.5)
    /Users/jameseschner/.gradle/caches/modules-2/files-2.1/org.jetbrains.kotlin/kotlin-script-runtime/1.4.31/183616b52cfb8ddaa8a2a15bf926e87dfcddcde3/kotlin-script-runtime-1.4.31.jar (version 1.4)
Looks like kotest is pulling in 1.4.31:
Copy code
+--- io.kotest:kotest-runner-junit5 -> 4.5.0
|         +--- io.kotest:kotest-framework-engine:4.5.0
|         |    \--- io.kotest:kotest-framework-engine-jvm:4.5.0
|         |         +--- org.jetbrains.kotlin:kotlin-script-runtime:1.4.31
Is kotest planning on moving to 1.5 soon? * Not a Contribution *
s
Yes will release 4.6 within 2 weeks with 1.5 compatbility
🙏 2