Skip to content

Commit 383422f

Browse files
authored
Merge pull request #63 from hoc081098/renovate/org.jetbrains.compose-1.x
Update plugin org.jetbrains.compose to v1.6.11
2 parents e272169 + 1e58aa2 commit 383422f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
33
plugins {
44
val kotlinVersion = "2.0.20"
55
kotlin("jvm") version kotlinVersion
6-
id("org.jetbrains.compose") version "1.6.10"
6+
id("org.jetbrains.compose") version "1.6.11"
77
id("org.jetbrains.kotlin.plugin.compose") version kotlinVersion
88
}
99

0 commit comments

Comments
 (0)