GH-2181 - Upgrade to Kotlin 1.9.25.

This commit is contained in:
Oliver Drotbohm
2024-08-13 11:33:08 +02:00
parent b7820abe8b
commit 5b0822e2f6

View File

@@ -109,8 +109,8 @@
<profile>
<id>kotlin-next</id>
<properties>
<kotlin.version>2.0.20-Beta2</kotlin.version>
<kotlinx-coroutines.version>1.8.1</kotlinx-coroutines.version>
<kotlin.version>2.0.20-RC</kotlin.version>
<kotlinx-coroutines.version>1.9.0-RC</kotlinx-coroutines.version>
</properties>
</profile>