Skip to content

Commit 6b4e82e

Browse files
Bump org.jetbrains.kotlin.jvm from 1.6.21 to 2.1.0
Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.6.21 to 2.1.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.6.21...v2.1.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8d81800 commit 6b4e82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
plugins {
88
// Apply the Kotlin JVM plugin to add support for Kotlin.
9-
id 'org.jetbrains.kotlin.jvm' version '1.6.21'
9+
id 'org.jetbrains.kotlin.jvm' version '2.1.0'
1010

1111
// Apply the application plugin to add support for building a CLI application.
1212
id 'application'

0 commit comments

Comments
 (0)