Skip to content

Commit 9c609ad

Browse files
dependabot[bot]Unpublished
authored andcommitted
Build(deps): Bump org.jetbrains.kotlin:kotlin-gradle-plugin
Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 2.2.0 to 2.3.0. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Unpublished <unpublished@gmx.net>
1 parent 07406a8 commit 9c609ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
buildscript {
44
ext {
5-
kotlin_version = '2.2.0'
5+
kotlin_version = '2.3.0'
66
}
77
repositories {
88
google()
@@ -16,6 +16,6 @@ buildscript {
1616
}
1717

1818
plugins {
19-
id 'org.jetbrains.kotlin.kapt' version '2.2.0' apply false
19+
id 'org.jetbrains.kotlin.kapt' version '2.3.0' apply false
2020
id 'com.google.devtools.ksp' version '2.2.0-2.0.2' apply false
2121
}

0 commit comments

Comments
 (0)