There was an error while loading. Please reload this page.
1 parent ed7dbe5 commit 4cf0a5dCopy full SHA for 4cf0a5d
1 file changed
build.sbt
@@ -231,7 +231,7 @@ lazy val `workflows4s-example` = (project in file("workflows4s-example"))
231
"com.dimafeng" %% "testcontainers-scala-postgresql" % testcontainersScalaVersion % Test,
232
"org.postgresql" % "postgresql" % "42.7.13" % Test,
233
"org.xerial" % "sqlite-jdbc" % "3.53.2.1" % Test,
234
- "org.seleniumhq.selenium" % "selenium-java" % "4.46.0" % Test,
+ "org.seleniumhq.selenium" % "selenium-java" % "4.47.0" % Test,
235
"org.seleniumhq.selenium" % "selenium-chrome-driver" % "4.47.0" % Test,
236
),
237
Test / parallelExecution := false, // otherwise akka clusters clash
0 commit comments