diff --git a/topics/tutorials/using_kotlin.md b/topics/tutorials/using_kotlin.md index 51f385bb0..96fe5c2b1 100644 --- a/topics/tutorials/using_kotlin.md +++ b/topics/tutorials/using_kotlin.md @@ -166,13 +166,13 @@ Since 2024.2, a custom [fork](https://github.com/JetBrains/intellij-deps-kotlinx See [](kotlin_coroutines.md) on how to use them in plugins. -| IntelliJ Platform version | Bundled _kotlinx-coroutines_ version | -|---------------------------|--------------------------------------| -| 2025.2 | 1.10.1-intellij-4 | -| 2025.1 | 1.8.0-intellij-13 | -| 2024.3 | 1.8.0-intellij-11 | -| 2024.2 | 1.8.0-intellij-9 | -| 2024.1 | 1.7.3 | +| IntelliJ Platform version (latest update) | Bundled _kotlinx-coroutines_ version | +|-------------------------------------------|--------------------------------------| +| 2025.2 | 1.10.1-intellij-4 | +| 2025.1 | 1.8.0-intellij-13 | +| 2024.3 | 1.8.0-intellij-11 | +| 2024.2 | 1.8.0-intellij-9 | +| 2024.1 | 1.7.3 | ### Other Bundled Kotlin Libraries