Skip to content

Commit acfd2c5

Browse files
dependabot[bot]ahus1
authored andcommitted
Bump org.jetbrains.kotlin.jvm from 2.0.21 to 2.1.10
Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 2.0.21 to 2.1.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.21...v2.1.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d740c94 commit acfd2c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
// Java support
1111
//id("java")
1212
// Kotlin support
13-
id("org.jetbrains.kotlin.jvm") version "2.0.21"
13+
id("org.jetbrains.kotlin.jvm") version "2.1.10"
1414
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
1515
id("org.jetbrains.intellij") version "1.17.4"
1616
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin

0 commit comments

Comments
 (0)