Skip to content

Commit 0cb4261

Browse files
chore: bump org.jetbrains.kotlin.plugin.compose from 2.0.0 to 2.2.10
Bumps [org.jetbrains.kotlin.plugin.compose](https://github.com/JetBrains/kotlin) from 2.0.0 to 2.2.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.0...v2.2.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.plugin.compose dependency-version: 2.2.10 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 34b233b commit 0cb4261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ buildscript {
1919
plugins {
2020
id "org.sonarqube" version "3.5.0.2730"
2121
id "org.jlleitschuh.gradle.ktlint" version "11.2.0"
22-
id "org.jetbrains.kotlin.plugin.compose" version "2.0.0"
22+
id "org.jetbrains.kotlin.plugin.compose" version "2.2.10"
2323
}
2424

2525
sonarqube {

0 commit comments

Comments
 (0)