Skip to content

Commit 642ed61

Browse files
Bump paparazzi from 1.1.0 to 1.2.0
Bumps `paparazzi` from 1.1.0 to 1.2.0. Updates `paparazzi` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/cashapp/paparazzi/releases) - [Changelog](https://github.com/cashapp/paparazzi/blob/master/CHANGELOG.md) - [Commits](cashapp/paparazzi@1.1.0...1.2.0) Updates `paparazzi-gradle-plugin` from 1.1.0 to 1.2.0 - [Release notes](https://github.com/cashapp/paparazzi/releases) - [Changelog](https://github.com/cashapp/paparazzi/blob/master/CHANGELOG.md) - [Commits](cashapp/paparazzi@1.1.0...1.2.0) --- updated-dependencies: - dependency-name: app.cash.paparazzi:paparazzi dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: app.cash.paparazzi:paparazzi-gradle-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0cdbcea commit 642ed61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def mockk = "1.12.3" // We need to use 1.12.3 to have mocking in androidTest unt
3535
def espresso = "3.5.1"
3636
def androidxTest = "1.5.0"
3737
def androidxOrchestrator = "1.4.2"
38-
def paparazzi = "1.1.0"
38+
def paparazzi = "1.2.0"
3939

4040
ext.libs = [
4141
gradle : [

0 commit comments

Comments
 (0)