Skip to content

Commit

Permalink
chore: selenium tests libs upgrades (#3534)
Browse files Browse the repository at this point in the history
  • Loading branch information
jachro authored and olevski committed Mar 25, 2024
1 parent 2bb8ea3 commit 522932f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions acceptance-tests/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ libraryDependencies += "io.circe" %% "circe-literal"
libraryDependencies += "io.circe" %% "circe-parser" % circeVersion % Test
libraryDependencies += "io.circe" %% "circe-optics" % "0.15.0" % Test
libraryDependencies += "org.http4s" %% "http4s-blaze-client" % "0.23.16" % Test
libraryDependencies += "org.http4s" %% "http4s-circe" % "0.23.25" % Test
libraryDependencies += "org.http4s" %% "http4s-circe" % "0.23.26" % Test
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.17.0" % Test
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.18" % Test
libraryDependencies += "org.scalatestplus" %% "selenium-4-1" % "3.2.12.1" % Test
libraryDependencies += "org.seleniumhq.selenium" % "selenium-http-jdk-client" % "4.13.0" % Test
libraryDependencies += "org.seleniumhq.selenium" % "selenium-java" % "4.18.1" % Test
libraryDependencies += "org.slf4j" % "slf4j-log4j12" % "2.0.11" % Test
libraryDependencies += "org.typelevel" %% "cats-effect" % "3.5.3" % Test
libraryDependencies += "org.slf4j" % "slf4j-log4j12" % "2.0.12" % Test
libraryDependencies += "org.typelevel" %% "cats-effect" % "3.5.4" % Test
libraryDependencies += "org.typelevel" %% "cats-effect-testing-scalatest" % "1.5.0" % Test

scalacOptions += "-feature"
Expand Down

0 comments on commit 522932f

Please sign in to comment.