Skip to content

Commit e01b693

Browse files
build(deps): bump jvm from 2.4.10 to 2.4.20
Bumps [jvm](https://github.com/JetBrains/kotlin) from 2.4.10 to 2.4.20. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.4.10...v2.4.20) --- updated-dependencies: - dependency-name: jvm dependency-version: 2.4.20 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d301339 commit e01b693

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
kotlin("jvm") version "2.4.10" apply false
2+
kotlin("jvm") version "2.4.20" apply false
33
kotlin("multiplatform") version "2.4.10" apply false
44
}
55

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pluginManagement {
22
plugins {
3-
kotlin("jvm") version "2.4.10"
3+
kotlin("jvm") version "2.4.20"
44
kotlin("multiplatform") version "2.4.10"
55
}
66
}

0 commit comments

Comments
 (0)