Skip to content

Commit

Permalink
Merge branch 'master' into update/scalacheck-1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault authored May 28, 2024
2 parents f19e05b + 42b2b52 commit 9907086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ lazy val tests = project
"org.scalameta" % "semanticdb-scalac-core" % Version.scalameta cross CrossVersion.full,
"org.scalatest" %% "scalatest" % "3.2.7",
"org.scalacheck" %% "scalacheck" % "1.17.1",
"org.seleniumhq.selenium" % "selenium-java" % "4.9.1" % IntegrationTest,
"org.seleniumhq.selenium" % "selenium-java" % "4.21.0" % IntegrationTest,
"org.slf4j" % "slf4j-simple" % "2.0.9"
),
(IntegrationTest / compile) := {
Expand Down

0 comments on commit 9907086

Please sign in to comment.