Skip to content

Commit b1da35c

Browse files
committed
Merge branch 'feature-3.3.0.0-alpha.1' of https://github.com/scalatest/scalatestplus-selenium
2 parents 1f92fb9 + d7a08c9 commit b1da35c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/setup-java@v3
1313
with:
1414
distribution: temurin
15-
java-version: 8
15+
java-version: 11
1616
- name: Build and Test
1717
run: |
1818
export DISPLAY=:99

build.sbt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import java.io.PrintWriter
22
import scala.io.Source
33

4-
name := "selenium-4.13"
4+
name := "selenium-4.16"
55

66
organization := "org.scalatestplus"
77

@@ -27,11 +27,12 @@ developers := List(
2727
)
2828

2929
scalaVersion := "2.13.12"
30+
3031
crossScalaVersions := List("2.11.12", "2.12.18", "2.13.12", "3.3.1")
3132

3233
libraryDependencies ++= Seq(
3334
"org.scalatest" %% "scalatest-core" % "3.3.0-alpha.1",
34-
"org.seleniumhq.selenium" % "selenium-java" % "4.13.0",
35+
"org.seleniumhq.selenium" % "selenium-java" % "4.16.1",
3536
"org.seleniumhq.selenium" % "htmlunit-driver" % "4.13.0",
3637
"org.eclipse.jetty" % "jetty-webapp" % "9.4.48.v20220622" % Test,
3738
"org.scalatest" %% "scalatest-funspec" % "3.3.0-alpha.1" % Test,

0 commit comments

Comments
 (0)