File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/kotlin/buildsrc/screenshotter Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies {
1717 because(" parse Dokka's libs.version.toml, so Dokkatoo can use the same versions" )
1818 }
1919
20- compileOnly(" com.microsoft.playwright:playwright:1.49 .0" )
20+ compileOnly(" com.microsoft.playwright:playwright:1.55 .0" )
2121}
2222
2323kotlin {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import org.gradle.api.attributes.Usage.USAGE_ATTRIBUTE
99val screenshotterClasspath: Configuration by configurations.creating {
1010 declarable()
1111 withDependencies {
12- add(project.dependencies.create(" com.microsoft.playwright:playwright:1.49 .0" ))
12+ add(project.dependencies.create(" com.microsoft.playwright:playwright:1.55 .0" ))
1313 }
1414}
1515
You can’t perform that action at this time.
0 commit comments