Skip to content

Commit 605cca4

Browse files
Bump jvm from 1.8.10 to 1.9.22
Bumps [jvm](https://github.com/JetBrains/kotlin) from 1.8.10 to 1.9.22. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.8.10...v1.9.22) --- updated-dependencies: - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ecf8d63 commit 605cca4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
// Custom plugin for building all the themes
99
id("doki-theme-plugin")
1010
// Kotlin support
11-
kotlin("jvm") version "1.8.10"
11+
kotlin("jvm") version "1.9.22"
1212
// gradle-intellij-plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
1313
id("org.jetbrains.intellij") version "1.16.1"
1414
// detekt linter - read more: https://detekt.github.io/detekt/gradle.html

buildSrc/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 "1.8.10"
2+
kotlin("jvm") version "1.9.22"
33
`kotlin-dsl`
44
}
55

0 commit comments

Comments
 (0)