Skip to content

Commit f983683

Browse files
Bump the kotlin group across 1 directory with 2 updates
Bumps the kotlin group with 2 updates in the / directory: [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) and [com.google.devtools.ksp](https://github.com/google/ksp). Updates `org.jetbrains.kotlin.jvm` from 2.1.21 to 2.2.0 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.21...v2.2.0) Updates `com.google.devtools.ksp` from 2.1.21-2.0.1 to 2.2.0-2.0.2 - [Release notes](https://github.com/google/ksp/releases) - [Commits](google/ksp@2.1.21-2.0.1...2.2.0-2.0.2) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin - dependency-name: com.google.devtools.ksp dependency-version: 2.2.0-2.0.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ff51366 commit f983683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ plugins {
1111
// Java support
1212
id("java")
1313
// Kotlin support
14-
id("org.jetbrains.kotlin.jvm") version "2.1.21"
14+
id("org.jetbrains.kotlin.jvm") version "2.2.21"
1515
// Kotlin Symbol Processing
16-
id("com.google.devtools.ksp") version "2.1.21-2.0.1"
16+
id("com.google.devtools.ksp") version "2.3.3"
1717
// Gradle IntelliJ Plugin
1818
id("org.jetbrains.intellij.platform") version "2.9.0"
1919
// Gradle Grammar-Kit Plugin

0 commit comments

Comments
 (0)