Skip to content

Commit dbe20b2

Browse files
Bump org.jetbrains.kotlin.jvm from 2.1.0 to 2.1.10
Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 2.1.0 to 2.1.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.1.10/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.0...v2.1.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3cae175 commit dbe20b2

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
@@ -12,7 +12,7 @@ plugins {
1212
// JaCoCo report support
1313
id("org.jetbrains.kotlinx.kover") version "0.9.0"
1414
// Kotlin support
15-
id("org.jetbrains.kotlin.jvm") version "2.1.0"
15+
id("org.jetbrains.kotlin.jvm") version "2.1.10"
1616
// intellij-platform-gradle-plugin - read more: https://plugins.jetbrains.com/docs/intellij/tools-intellij-platform-gradle-plugin.html
1717
id("org.jetbrains.intellij.platform") version "2.2.1"
1818
// gradle-changelog-plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin

0 commit comments

Comments
 (0)