Skip to content

Commit

Permalink
Update plugin org.jetbrains.compose to v1.3.0 (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 31, 2023
1 parent 98fc309 commit eef3e63
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

plugins {
id("org.jetbrains.compose") version "1.2.2"
id("org.jetbrains.compose") version "1.3.0"
id("com.android.application")
kotlin("android")
}
Expand Down
2 changes: 1 addition & 1 deletion color-picker/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
kotlin("multiplatform")
id("org.jetbrains.dokka") version "1.7.20"
id("org.jetbrains.compose") version "1.2.2"
id("org.jetbrains.compose") version "1.3.0"
id("com.android.library")
id("maven-publish")
id("signing")
Expand Down
2 changes: 1 addition & 1 deletion desktop/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.jetbrains.compose.desktop.application.dsl.TargetFormat

plugins {
kotlin("multiplatform")
id("org.jetbrains.compose") version "1.2.2"
id("org.jetbrains.compose") version "1.3.0"
}

group = "com.godaddy"
Expand Down
2 changes: 1 addition & 1 deletion jsApp/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("multiplatform")
id("org.jetbrains.compose") version "1.2.2"
id("org.jetbrains.compose") version "1.3.0"
}

kotlin {
Expand Down

0 comments on commit eef3e63

Please sign in to comment.