Skip to content

Commit 61a2727

Browse files
Bump org.jetbrains.kotlin.jvm from 2.1.10 to 2.3.10
Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 2.1.10 to 2.3.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.10...v2.3.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-version: 2.3.10 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent becabec commit 61a2727

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

33
plugins {
44
id("java")
5-
id("org.jetbrains.kotlin.jvm") version "2.1.10"
5+
id("org.jetbrains.kotlin.jvm") version "2.3.10"
66
id("org.jetbrains.intellij") version "1.17.4"
77
id("org.jetbrains.changelog") version "2.2.1"
88
// ktlint linter - read more: https://github.com/JLLeitschuh/ktlint-gradle

0 commit comments

Comments
 (0)