We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f7fe8f commit 803f044Copy full SHA for 803f044
build.sbt
@@ -1948,7 +1948,7 @@ lazy val `apps-app`: Project =
1948
`apps-common-frontend`,
1949
)
1950
.settings(
1951
- libraryDependencies += "org.scalatestplus" %% "selenium-4-12" % "3.2.19.0" % "test",
+ libraryDependencies += "org.scalatestplus" %% "selenium-4-21" % "3.2.19.0" % "test",
1952
libraryDependencies += "org.seleniumhq.selenium" % "selenium-java" % "4.12.1" % "test",
1953
libraryDependencies += "eu.rekawek.toxiproxy" % "toxiproxy-java" % "2.1.4" % "test",
1954
libraryDependencies += auth0,
0 commit comments