Skip to content

Commit a72a956

Browse files
Bump jvm from 2.1.20 to 2.1.21 (#193)
Bumps [jvm](https://github.com/JetBrains/kotlin) from 2.1.20 to 2.1.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.20...v2.1.21) --- updated-dependencies: - dependency-name: jvm dependency-version: 2.1.21 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4f79adc commit a72a956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ plugins {
1717
id("com.github.ben-manes.versions") version "0.52.0"
1818
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
1919
id("org.ajoberstar.grgit") version "5.3.0"
20-
kotlin("jvm") version "2.1.20" apply false
20+
kotlin("jvm") version "2.1.21" apply false
2121
idea
2222
}
2323

0 commit comments

Comments
 (0)