Skip to content

Commit a7fb657

Browse files
chore: bump androidx.compose.ui:ui-tooling from 1.0.0 to 1.9.0
Bumps androidx.compose.ui:ui-tooling from 1.0.0 to 1.9.0. --- updated-dependencies: - dependency-name: androidx.compose.ui:ui-tooling dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cc85f61 commit a7fb657

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
@@ -69,9 +69,9 @@ dependencies {
6969
testImplementation 'com.squareup.assertj:assertj-android:1.2.0'
7070
testImplementation ("io.mockk:mockk:1.13.4")
7171
testImplementation 'org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4'
72-
compileOnly 'androidx.compose.ui:ui:1.0.0'
72+
compileOnly 'androidx.compose.ui:ui:1.9.0'
7373
compileOnly 'androidx.compose.material:material:1.0.0'
74-
compileOnly 'androidx.compose.ui:ui-tooling:1.0.0'
74+
compileOnly 'androidx.compose.ui:ui-tooling:1.9.0'
7575
}
7676

7777
ktlint {

0 commit comments

Comments
 (0)