Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 97ac8bb

Browse files
authoredOct 14, 2024··
chore: bump org.jetbrains.kotlin.jvm from 1.9.23 to 2.0.21
Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.9.23 to 2.0.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.21/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.23...v2.0.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 652fc04 commit 97ac8bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ plugins {
99
// Groovy support
1010
id("groovy")
1111
// Kotlin support
12-
id("org.jetbrains.kotlin.jvm") version "1.9.23"
12+
id("org.jetbrains.kotlin.jvm") version "2.0.21"
1313
// Gradle IntelliJ Plugin
1414
id("org.jetbrains.intellij") version "1.13.3"
1515
// Gradle Changelog Plugin

0 commit comments

Comments
 (0)
Please sign in to comment.