Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: bump org.jetbrains.kotlin.jvm from 1.9.23 to 2.2.10
Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.9.23 to 2.2.10.
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.23...v2.2.10)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-version: 2.2.10
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 8, 2025
commit e60c2090672cd99f58daf0862304fa6b7537c284
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
// Groovy support
id("groovy")
// Kotlin support
id("org.jetbrains.kotlin.jvm") version "1.9.23"
id("org.jetbrains.kotlin.jvm") version "2.2.10"
// Gradle IntelliJ Platform Plugin
id("org.jetbrains.intellij.platform") version "2.6.0"
// Gradle Changelog Plugin
Expand Down
Loading