Skip to content

Commit

Permalink
Update dependency com.microsoft.playwright:playwright to v1.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 4d03554 commit 35d8b21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
because("parse Dokka's libs.version.toml, so Dokkatoo can use the same versions")
}

compileOnly("com.microsoft.playwright:playwright:1.46.0")
compileOnly("com.microsoft.playwright:playwright:1.47.0")
}

kotlin {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import org.gradle.api.attributes.Usage.USAGE_ATTRIBUTE
val screenshotterClasspath: Configuration by configurations.creating {
declarable()
withDependencies {
add(project.dependencies.create("com.microsoft.playwright:playwright:1.46.0"))
add(project.dependencies.create("com.microsoft.playwright:playwright:1.47.0"))
}
}

Expand Down

0 comments on commit 35d8b21

Please sign in to comment.