Skip to content

Commit

Permalink
Bump org.jetbrains.kotlin.jvm to 1.9.24
Browse files Browse the repository at this point in the history
  • Loading branch information
InSyncWithFoo committed May 8, 2024
1 parent 906f7ab commit 0e28e9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG_CODE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@ For user-facing changes, see [`CHANGELOG.md`][_-1].
* [The Qodana Gradle plugin][40-2] and its corresponding action
[@JetBrains/qodana-action][40-3] are updated to 2024.4.3.
(647bd2d5, 26a9fcf9, b952ef10, 1ae17a00, bed1cfe6)
* A new branch is added to [`executablePathResolvingHint`][40-4]. (HEAD)
* A new branch is added to [`executablePathResolvingHint`][40-4]. (906f7abe)
* [Kotlin JVM plugin][40-5] is updated to 1.9.24. (HEAD)


[40-1]: https://github.com/InSyncWithFoo/pyright-langserver-for-pycharm/blob/501b9cea/src/main/kotlin/com/insyncwithfoo/pyrightls/server/PyrightLSDescriptor.kt
[40-2]: https://plugins.gradle.org/plugin/org.jetbrains.qodana
[40-3]: https://github.com/JetBrains/qodana-action
[40-4]: https://github.com/InSyncWithFoo/pyright-for-pycharm/blob/HEAD/src/main/kotlin/com/insyncwithfoo/pyright/configuration/PathResolvingHint.kt
[40-4]: https://github.com/InSyncWithFoo/pyright-for-pycharm/blob/906f7abe/src/main/kotlin/com/insyncwithfoo/pyright/configuration/PathResolvingHint.kt
[40-5]: https://plugins.gradle.org/plugin/org.jetbrains.kotlin.jvm


## [0.3.0] - 2024-04-24
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
annotations = "24.1.0"

# plugins
kotlin = "1.9.23"
kotlin = "1.9.24"
changelog = "2.2.0"
gradleIntelliJPlugin = "1.17.3"
qodana = "2024.1.3"
Expand Down

0 comments on commit 0e28e9a

Please sign in to comment.