Skip to content

Commit

Permalink
Bump org.jetbrains.compose from 1.2.0-beta02 to 1.2.0
Browse files Browse the repository at this point in the history
Bumps org.jetbrains.compose from 1.2.0-beta02 to 1.2.0.

---
updated-dependencies:
- dependency-name: org.jetbrains.compose
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 12, 2022
1 parent 52a75fd commit e00514c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
id("com.android.library") version "7.3.0" apply false
id("org.jetbrains.kotlin.multiplatform") version "1.7.10" apply false
id("org.jetbrains.kotlin.android") version "1.7.10" apply false
id("org.jetbrains.compose") version "1.2.0-beta02" apply false
id("org.jetbrains.compose") version "1.2.0" apply false
}

ext {
Expand Down

0 comments on commit e00514c

Please sign in to comment.